Share via


SwimLaneHasDecorators.VerticalOffset Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
<DomainObjectIdAttribute("9543348e-b19c-4972-a5f5-c1e4d653d0a7")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property VerticalOffset As Double
'Usage
Dim instance As SwimLaneHasDecorators 
Dim value As Double 

value = instance.VerticalOffset

instance.VerticalOffset = value
[DomainObjectIdAttribute("9543348e-b19c-4972-a5f5-c1e4d653d0a7")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public double VerticalOffset { get; set; }
[DomainObjectIdAttribute(L"9543348e-b19c-4972-a5f5-c1e4d653d0a7")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/VerticalOffset.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property double VerticalOffset {
    double get ();
    void set (double value);
}
public function get VerticalOffset () : double 
public function set VerticalOffset (value : double)

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

SwimLaneHasDecorators Class

SwimLaneHasDecorators Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace