Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / GroupRowTypeface Property


In This Topic
    GroupRowTypeface Property
    In This Topic
    Gets or sets the font family applied to group row cells.
    Syntax
    'Declaration
     
    
    Public Property GroupRowTypeface As Android.Graphics.Typeface
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Android.Graphics.Typeface
     
    instance.GroupRowTypeface = value
     
    value = instance.GroupRowTypeface
    public Android.Graphics.Typeface GroupRowTypeface {get; set;}
    See Also