VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / AnnotationPen Class / Width Property
Синтаксис Требования Смотрите также
В этом разделе
    Width Свойство (AnnotationPen)
    В этом разделе
    Возвращает или задает ширину пера в DIP.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The width, in DIPs, of the pen.")>
    Public Property Width As Single
    
    
    [Description("The width, in DIPs, of the pen.")]
    public float Width { get; set; }
    
    
    [Description("The width, in DIPs, of the pen.")]
    public: __property float get_Width();
    public: __property void set_Width(
    float value
    );
    [Description("The width, in DIPs, of the pen.")]
    public:
    property float Width { float get(); void set(float value); }

    Property Value

    Ширина пера.
    Требования

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

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