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

In This Topic
    BorderColor Property (TextStyle)
    In This Topic
    要素の周囲の境界線の描画に使用される System.Drawing.Color を取得または設定します。
    Syntax
    'Declaration
     
    
    Public Overridable Property BorderColor As Color
    public virtual Color BorderColor {get; set;}
    See Also