Gets the final appearance of the Cell.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Appearance FinalAppearance { get; } |
Visual Basic |
---|
Public ReadOnly Property FinalAppearance As Appearance Get |
Visual C++ |
---|
public: property Appearance^ FinalAppearance { Appearance^ get (); } |
F# |
---|
member FinalAppearance : Appearance with get |
Property Value
Type: AppearanceThe final color of the background.
Remarks
The final color is a result of blending of the Cell's background color, Grid's focus and selection colors.