ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearRectangleZoomSettings Class / SelectionStyle Property




In This Topic
    SelectionStyle Property (ImGearRectangleZoomSettings)
    In This Topic
    Gets or sets the Style of the rectangle that is displayed during selection.
    Syntax
    'Declaration
     
    Public Property SelectionStyle As Style
    'Usage
     
    Dim instance As ImGearRectangleZoomSettings
    Dim value As Style
     
    instance.SelectionStyle = value
     
    value = instance.SelectionStyle
    public Style SelectionStyle {get; set;}
    public: __property Style* get_SelectionStyle();
    public: __property void set_SelectionStyle( 
       Style* value
    );
    public:
    property Style^ SelectionStyle {
       Style^ get();
       void set (    Style^ value);
    }

    Property Value

    A System.Windows.Style object.
    See Also