ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Style Class / Opaque Property

In This Topic
    Opaque Property
    In This Topic
    Gets or sets the whether the background is opaque.
    Syntax
    'Declaration
     
    Public Property Opaque As System.Boolean
    public System.bool Opaque {get; set;}
    Remarks
    If an object’s Opaque property is true, then the object’s background is brushed in the backcolor before the foreground is drawn. If an object’s Opaque property is false, the background is not brushed and only the object’s foreground is drawn.
    See Also