ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Prefix Property




In This Topic
    Prefix Property (ImGearColorBook)
    In This Topic
    Gets the color book prefix string value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Prefix As String
    'Usage
     
    Dim instance As ImGearColorBook
    Dim value As String
     
    value = instance.Prefix
    public string Prefix {get;}
    public: __property string* get_Prefix();
    public:
    property String^ Prefix {
       String^ get();
    }

    Property Value

    String value.
    See Also