Dart.Emulation Namespace > Cell Structure : Styles Property |
Public ReadOnly Property Styles As Styles
public Styles Styles {get;}
public: __property Styles get_Styles();
If no style is applied to the cell, this property will return Style.Normal. If multiple styles are applied to the cell, this property will return the flag combination of the Styles. For example, if Styles returns 6, the cell has both Style.Bold (2) and Style.Blink(4) applied. Use ToString to return the values as a comma-delimited list.