Gets or sets a value indicating whether gamma correction is enabled when a linear gradient style is rendered.
[Visual Basic]
Public Property GammaCorrection As Boolean
[C#]
public bool GammaCorrection {get;set;}
[Delphi]
public property GammaCorrection: Boolean read get_GammaCorrection write set_GammaCorrection;
Example
For an example using the GammaCorrection property, see Adding a Gradient Fill to a Column.
See Also
C1.Win.C1TrueDBGrid.Style Class | C1.Win.C1TrueDBGrid.Style Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |