'Declaration <CategoryAttribute("Dicom")> <DescriptionAttribute("The alignment of tick label.")> Public Property TickLabelAlignment As DicomTickLabelAlignment
[Category("Dicom")] [Description("The alignment of tick label.")] public DicomTickLabelAlignment TickLabelAlignment { get; set; }
[Category("Dicom")] [Description("The alignment of tick label.")] public: __property DicomTickLabelAlignment get_TickLabelAlignment(); public: __property void set_TickLabelAlignment(
DicomTickLabelAlignment value
);
[Category("Dicom")] [Description("The alignment of tick label.")] public:
property DicomTickLabelAlignment TickLabelAlignment { DicomTickLabelAlignment get(); void set(DicomTickLabelAlignment value); }
Property Value
Значение по умолчанию: DicomTickLabelAlignment.Top.