VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / WestEastResizePointCursor Property
Syntax Requirements SeeAlso
In This Topic
    WestEastResizePointCursor Property (WpfInteractionAreaAppearanceManager)
    In This Topic
    Gets or sets a cursor for two-headed diagonal (west/east) resize point.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A cursor for two-headed diagonal (west/east) resize point.")>
    <CategoryAttribute("Resize Point")>
    Public Property WestEastResizePointCursor As System.Windows.Input.Cursor
    
    
    [Description("A cursor for two-headed diagonal (west/east) resize point.")]
    [Category("Resize Point")]
    public System.Windows.Input.Cursor WestEastResizePointCursor { get; set; }
    
    
    [Description("A cursor for two-headed diagonal (west/east) resize point.")]
    [Category("Resize Point")]
    public: __property System.Windows.Input.Cursor* get_WestEastResizePointCursor();
    public: __property void set_WestEastResizePointCursor(
    System.Windows.Input.Cursor* value
    );
    [Description("A cursor for two-headed diagonal (west/east) resize point.")]
    [Category("Resize Point")]
    public:
    property System.Windows.Input.Cursor^ WestEastResizePointCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }

    Property Value

    Default value is Cursors.SizeWE.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also