Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FontInfo Class / Name Property


In This Topic
    Name Property (FontInfo)
    In This Topic
    Gets or sets a value that represents the name of the object.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As FontInfo
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}

    Property Value

    The name.
    See Also