TextLabelRendering Property
Control text label anti-aliasing behaviour
public System.Drawing.Text.TextRenderingHint TextLabelRendering {get; set;}
public read-write property TextLabelRendering: System.Drawing.Text.TextRenderingHint;
public function get,set TextLabelRendering : System.Drawing.Text.TextRenderingHint
public: __property System.Drawing.Text.TextRenderingHint get_TextLabelRendering();
public: __property void set_TextLabelRendering(
System.Drawing.Text.TextRenderingHint value
);
public:
property System.Drawing.Text.TextRenderingHint TextLabelRendering {
System.Drawing.Text.TextRenderingHint get();
void set ( System.Drawing.Text.TextRenderingHint value);
}
'Declaration
Public Property TextLabelRendering As System.Drawing.Text.TextRenderingHint
'Usage
Dim instance As DicomLabel
Dim value As System.Drawing.Text.TextRenderingHint
instance.TextLabelRendering = value
value = instance.TextLabelRendering
Target Platforms: .NET CLR 4.8 or higher