VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Measurements Namespace / MeasurementAnnotationData Class / TextBlockAlignment Property
Синтаксис Требования Смотрите также
В этом разделе
    TextBlockAlignment Свойство (MeasurementAnnotationData)
    В этом разделе
    Возвращает или задает выравнивание текстового блока относительно примечания к измерению.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Text block alignment relative to the measuring annotation.")>
    <DefaultValueAttribute(Right)>
    Public Property TextBlockAlignment As Vintasoft.Imaging.AnchorType
    
    
    [Description("Text block alignment relative to the measuring annotation.")]
    [DefaultValue(Right)]
    public Vintasoft.Imaging.AnchorType TextBlockAlignment { get; set; }
    
    
    [Description("Text block alignment relative to the measuring annotation.")]
    [DefaultValue(Right)]
    public: __property Vintasoft.Imaging.AnchorType get_TextBlockAlignment();
    public: __property void set_TextBlockAlignment(
    Vintasoft.Imaging.AnchorType value
    );
    [Description("Text block alignment relative to the measuring annotation.")]
    [DefaultValue(Right)]
    public:
    property Vintasoft.Imaging.AnchorType TextBlockAlignment { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }

    Property Value

    Значение по умолчанию - Vintasoft.Imaging.AnchorType.Right.
    Требования

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

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