[Category("Dicom")] [Description("A value indicating whether the tick labels are visible.")] public bool ShowTickLabel { get; set; }
[Category("Dicom")] [Description("A value indicating whether the tick labels are visible.")] public: __property bool get_ShowTickLabel(); public: __property void set_ShowTickLabel(
bool value
);
[Category("Dicom")] [Description("A value indicating whether the tick labels are visible.")] public:
property bool ShowTickLabel { bool get(); void set(bool value); }
'Declaration <CategoryAttribute("Dicom")> <DescriptionAttribute("A value indicating whether the tick labels are visible.")> Public Property ShowTickLabel As Boolean
Property Value
Default value is true.