Font.Light Property (Typed) | |
A logical value determining whether a font is displayed in a light typeface (TRUE if yes; otherwise, FALSE). Light is the opposite of bold.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Light AS LOGIC GET SET
public virtual bool Light { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value determining whether a font is displayed in a light typeface (TRUE if yes; otherwise, FALSE). Light is the opposite of bold.
Remarks Tip |
---|
Only one of Font:Light, Font:Normal, and Font:Bold properties can be TRUE for any font. |
See Also