'Declaration <CategoryAttribute("Dicom")> <DescriptionAttribute("The vertical alignment of the text.")> Public Property VerticalAlignment As VerticalAlignment
[Category("Dicom")] [Description("The vertical alignment of the text.")] public VerticalAlignment VerticalAlignment { get; set; }
[Category("Dicom")] [Description("The vertical alignment of the text.")] public: __property VerticalAlignment get_VerticalAlignment(); public: __property void set_VerticalAlignment(
VerticalAlignment value
);
[Category("Dicom")] [Description("The vertical alignment of the text.")] public:
property VerticalAlignment VerticalAlignment { VerticalAlignment get(); void set(VerticalAlignment value); }
Property Value
Значение по умолчанию: VerticalAlignment.Top.