MoveableDecoratorHostShapeBase.Angle Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.DisplayName", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
<DomainObjectIdAttribute("a9266bc1-7029-4d89-88bc-a5fd7c565ba8")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Protected Property Angle As Double
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.DisplayName",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainObjectIdAttribute("a9266bc1-7029-4d89-88bc-a5fd7c565ba8")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
protected double Angle { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.DisplayName",
typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainObjectIdAttribute(L"a9266bc1-7029-4d89-88bc-a5fd7c565ba8")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description",
typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
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")>]
[<BrowsableAttribute(false)>]
[<DomainObjectIdAttribute("a9266bc1-7029-4d89-88bc-a5fd7c565ba8")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape/Angle.Description",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
member Angle : float with get, set
function get Angle () : double
function set Angle (value : double)
Property Value
Type: Double
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.