'Declaration Public Property TextLabelRendering As TextRenderingHint
'Usage Dim instance As DicomLabel Dim value As TextRenderingHint instance.TextLabelRendering = value value = instance.TextLabelRendering
public TextRenderingHint TextLabelRendering {get; set;}
public: property TextRenderingHint TextLabelRendering { TextRenderingHint get(); void set ( TextRenderingHint value); }