Share via


SwimLaneHasDecorators.HorizontalOffset Property

Gets or sets the value of HorizontalOffset domain property. Horizontal offset relative to the default position of the decorator.

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

Syntax

'Declaration
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("fa384e06-ab52-416c-8f3b-d362f7dfd1af")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property HorizontalOffset As Double
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("fa384e06-ab52-416c-8f3b-d362f7dfd1af")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public double HorizontalOffset { get; set; }
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"fa384e06-ab52-416c-8f3b-d362f7dfd1af")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property double HorizontalOffset {
    double get ();
    void set (double value);
}
[<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("fa384e06-ab52-416c-8f3b-d362f7dfd1af")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/HorizontalOffset.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
member HorizontalOffset : float with get, set
function get HorizontalOffset () : double 
function set HorizontalOffset (value : double)

Property Value

Type: Double

.NET Framework Security

See Also

Reference

SwimLaneHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace