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