Share via


MoveableDecoratorHostShapeBase.Angle Property

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("a9266bc1-7029-4d89-88bc-a5fd7c565ba8")> _
<BrowsableAttribute(False)> _
Protected Property Angle As Double
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("a9266bc1-7029-4d89-88bc-a5fd7c565ba8")]
[BrowsableAttribute(false)]
protected double Angle { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"a9266bc1-7029-4d89-88bc-a5fd7c565ba8")]
[BrowsableAttribute(false)]
protected:
property double Angle {
    double get ();
    void set (double value);
}
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("a9266bc1-7029-4d89-88bc-a5fd7c565ba8")>]
[<BrowsableAttribute(false)>]
member Angle : float with get, set
function get Angle () : double
function set Angle (value : double)

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

MoveableDecoratorHostShapeBase Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace