Gets or sets the FontStyle used to render text in this row/column.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(null)] [TypeConverterAttribute(typeof(NullableObjectConverter<FontStyle>))] public Nullable<FontStyle> FontStyle { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(Nothing)> _ <TypeConverterAttribute(GetType(NullableObjectConverter(Of FontStyle)))> _ Public Property FontStyle As Nullable(Of FontStyle) Get Set |