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




In This Topic
    KeyColorPage Property (ImGearColorBook)
    In This Topic
    Gets the key color on the page.
    Syntax
    'Declaration
     
    Public ReadOnly Property KeyColorPage As Integer
    'Usage
     
    Dim instance As ImGearColorBook
    Dim value As Integer
     
    value = instance.KeyColorPage
    public int KeyColorPage {get;}
    public: __property int get_KeyColorPage();
    public:
    property int KeyColorPage {
       int get();
    }

    Property Value

    Integer value.
    Remarks
    Key color on the page must be less than or equal to colors per page.
    See Also