VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfArrowAnnotationView Class / ArrowLineWidth Property
Синтаксис Требования Смотрите также
В этом разделе
    ArrowLineWidth Свойство (WpfArrowAnnotationView)
    В этом разделе
    Возвращает или задает ширину линии стрелки, выраженную в виде доли высоты аннотации.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(0,4)>
    <DescriptionAttribute("The width of arrow line, expressed as a fraction of the annotation height.
    Possible values from 0 to 1.")>
    Public Property ArrowLineWidth As Double
    
    
    [DefaultValue(0,4)]
    [Description("The width of arrow line, expressed as a fraction of the annotation height.
    Possible values from 0 to 1.")]
    public double ArrowLineWidth { get; set; }
    
    
    [DefaultValue(0,4)]
    [Description("The width of arrow line, expressed as a fraction of the annotation height.
    Possible values from 0 to 1.")]
    public: __property double get_ArrowLineWidth();
    public: __property void set_ArrowLineWidth(
    double value
    );
    [DefaultValue(0,4)]
    [Description("The width of arrow line, expressed as a fraction of the annotation height.
    Possible values from 0 to 1.")]
    public:
    property double ArrowLineWidth { double get(); void set(double value); }

    Property Value

    Возможные значения от 0 (0) до 1 (высота аннотации). Значение по умолчанию - 0,4 (40% высоты аннотации).
    Требования

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

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