Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / GroupTypeface Property


In This Topic
    GroupTypeface Property
    In This Topic
    Gets or sets the group font typeface.
    Syntax
    'Declaration
     
    
    Public Property GroupTypeface As Android.Graphics.Typeface
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Android.Graphics.Typeface
     
    instance.GroupTypeface = value
     
    value = instance.GroupTypeface
    public Android.Graphics.Typeface GroupTypeface {get; set;}
    See Also