public string TickLabel {get; set;}
'Declaration
Public Property TickLabel As String
'Usage
Dim instance As DicomMajorTick
Dim value As String
instance.TickLabel = value
value = instance.TickLabel
public string TickLabel {get; set;}
get_TickLabel();
set_TickLabel(value);
Object.defineProperty('TickLabel');
public:
property String^ TickLabel {
String^ get();
void set ( String^ value);
}
Property Value
The value of the "Tick Label" element (0070,0289) under one of the items under the "Major Ticks Sequence" (0070,0287) in the "Graphic Annotation Module".