[Description("A value indicating whether the tick labels are visible.")] [Category("Dicom")] public bool ShowTickLabel { get; set; }
[Description("A value indicating whether the tick labels are visible.")] [Category("Dicom")] public: __property bool get_ShowTickLabel(); public: __property void set_ShowTickLabel(
bool value
);
[Description("A value indicating whether the tick labels are visible.")] [Category("Dicom")] public:
property bool ShowTickLabel { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether the tick labels are visible.")> <CategoryAttribute("Dicom")> Public Property ShowTickLabel As Boolean
Property Value
Значение по умолчанию - true.