'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
Значение по умолчанию - System.Windows.Media.AlignmentY.Top.