Class FrameType
Determines the shape of the Magnifier control.
Inheritance
System.Object
FrameType
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class FrameType : Enum
Fields
Circle
Circular Magnifier.
Declaration
public const FrameType Circle
Field Value
Type |
---|
FrameType |
Rectangle
Rectangular Magnifier.
Declaration
public const FrameType Rectangle
Field Value
Type |
---|
FrameType |
RoundedRectangle
Rectangular Magnifier with rounded corners.
Declaration
public const FrameType RoundedRectangle
Field Value
Type |
---|
FrameType |