VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfTextAnnotationView Class / TextVerticalAlignment Property
Syntax Requirements SeeAlso
In This Topic
    TextVerticalAlignment Property (WpfTextAnnotationView)
    In This Topic
    Gets or sets the vertical alignment of text in the annotation.
    Syntax
    'Declaration
    
    <LocalizableAttribute(True)>
    <DescriptionAttribute("The vertical alignment of text in the annotation.")>
    Public Property TextVerticalAlignment As System.Windows.Media.AlignmentY
    
    
    [Localizable(True)]
    [Description("The vertical alignment of text in the annotation.")]
    public System.Windows.Media.AlignmentY TextVerticalAlignment { get; set; }
    
    
    [Localizable(True)]
    [Description("The vertical alignment of text in the annotation.")]
    public: __property System.Windows.Media.AlignmentY* get_TextVerticalAlignment();
    public: __property void set_TextVerticalAlignment(
    System.Windows.Media.AlignmentY* value
    );
    [Localizable(True)]
    [Description("The vertical alignment of text in the annotation.")]
    public:
    property System.Windows.Media.AlignmentY^ TextVerticalAlignment { System.Windows.Media.AlignmentY^ get(); void set(System.Windows.Media.AlignmentY^ value); }

    Property Value

    Default value is System.Windows.Media.AlignmentY.Top.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also