StandardFontDialog.FontColor Property (Typed) | |
The font color that was last selected in the standard font dialog window. This is only evident after EnableEffects(TRUE) has been called.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FontColor AS Color GET SET
public virtual Color FontColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorThe font color that was last selected in the standard font dialog window. This is only evident after EnableEffects(TRUE) has been called.
See Also