Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnHeaderCellPresenter Class / FontStyle Property


In This Topic
    FontStyle Property (ColumnHeaderCellPresenter)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Appearance")>
    Public Property FontStyle As FontStyle
    'Usage
     
    Dim instance As ColumnHeaderCellPresenter
    Dim value As FontStyle
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    [Bindable(true)]
    [Category("Appearance")]
    public FontStyle FontStyle {get; set;}
    See Also