Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DropDownItemBaseControl Class / FontWeight Property


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