VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AngleAnnotationView Class / Angle Property
Синтаксис Требования Смотрите также
В этом разделе
    Angle Свойство (AngleAnnotationView)
    В этом разделе
    Возвращает угол в градусах между строками аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The angle, in degrees, between the lines of annotation.")>
    Public ReadOnly Property Angle As Single
    
    
    [Description("The angle, in degrees, between the lines of annotation.")]
    public float Angle { get; }
    
    
    [Description("The angle, in degrees, between the lines of annotation.")]
    public: __property float get_Angle();
    
    
    
    [Description("The angle, in degrees, between the lines of annotation.")]
    public:
    property float Angle { float get(); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также