ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / TextStyle Class / ForeColor Property

In This Topic
    ForeColor Property (TextStyle)
    In This Topic
    テキストの描画に使用される System.Drawing.Color を取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also