ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearPageViewToolbar Class / SelectedCustomMarkController Property




In This Topic
    SelectedCustomMarkController Property
    In This Topic
    Gets or sets the selected custom mark controller.
    Syntax
    'Declaration
     
    Public Property SelectedCustomMarkController As String
    'Usage
     
    Dim instance As ImGearPageViewToolbar
    Dim value As String
     
    instance.SelectedCustomMarkController = value
     
    value = instance.SelectedCustomMarkController
    public string SelectedCustomMarkController {get; set;}
    public: __property string* get_SelectedCustomMarkController();
    public: __property void set_SelectedCustomMarkController( 
       string* value
    );
    public:
    property String^ SelectedCustomMarkController {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also