DevShapeTextRenderingHint Property
Gets or sets the rendering mode for text associated with this
DevShape.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public TextRenderingHint TextRenderingHint { get; set; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Property TextRenderingHint As TextRenderingHint
Get
Set
Dim instance As DevShape
Dim value As TextRenderingHint
value = instance.TextRenderingHint
instance.TextRenderingHint = value
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property TextRenderingHint TextRenderingHint {
TextRenderingHint get ();
void set (TextRenderingHint value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member TextRenderingHint : TextRenderingHint with get, set
No code example is currently available or this language may not be supported.
Property Value
TextRenderingHint
One of the
TextRenderingHint values.