DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / StartAngle Property



In This Topic
    StartAngle Property
    In This Topic
    Starting angle (in degrees) where the arc begins used by SkiaSharp
    Syntax
    'Declaration
     
    
    Public Property StartAngle As Single
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As Single
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    public float StartAngle {get; set;}
    public:
    property float StartAngle {
       float get();
       void set (    float value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also