O2S.Components.PDF4NET.View.Win Documentation
ResizeHandleStyle Enumeration



O2S.Components.PDF4NET.View Namespace : ResizeHandleStyle Enumeration
Defines the supported styles for resize handles.
Syntax
'Declaration
 
Public Enum ResizeHandleStyle 
   Inherits System.Enum
'Usage
 
Dim instance As ResizeHandleStyle
public enum ResizeHandleStyle : System.Enum 
public enum class ResizeHandleStyle : public System.Enum 
Members
MemberDescription
Diamond Diamond handle.
Round Round handle.
Square Round handle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDF4NET.View.ResizeHandleStyle

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also