Gets or sets the opaqueness of the background.
[Visual Basic]
Public Property Opaque As Boolean
[C#]
public bool Opaque {get;set;}
[Delphi]
public property Opaque: Boolean read get_Opaque write set_Opaque;
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
C1.Win.C1Chart.Style Class | C1.Win.C1Chart.Style Members | C1.Win.C1Chart Namespace | C1.Win.C1Chart.Style Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |