Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSGradient Class / Name Property


In This Topic
    Name Property (PSGradient)
    In This Topic
    Gets or sets the name for the appearance object.
    Syntax
    'Declaration
     
    
    Public Overridable Property Name As String
    'Usage
     
    
    Dim instance As PSGradient
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public virtual string Name {get; set;}
    See Also