ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / CustomMarkController Property




In This Topic
    CustomMarkController Property (PageView)
    In This Topic
    Gets or sets the custom mark controller to use when the MouseTool property is set to CreateCustomMark.
    Syntax
    'Declaration
     
    Public Property CustomMarkController As String
    'Usage
     
    Dim instance As PageView
    Dim value As String
     
    instance.CustomMarkController = value
     
    value = instance.CustomMarkController
    public string CustomMarkController {get; set;}
    public: __property string* get_CustomMarkController();
    public: __property void set_CustomMarkController( 
       string* value
    );
    public:
    property String^ CustomMarkController {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also