Class ImageEditorAnnotationsInfo
Represents a class that holds the annotation details.
Inheritance
System.Object
ImageEditorAnnotationsInfo
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.WPF.dll
Syntax
public class ImageEditorAnnotationsInfo : Object
Constructors
ImageEditorAnnotationsInfo()
Declaration
public ImageEditorAnnotationsInfo()
Properties
CustomView
Gets the custom view.
Declaration
public FrameworkElement CustomView { get; }
Property Value
Type |
---|
System.Windows.FrameworkElement |
CustomViewSettings
Gets the custom view settings.
Declaration
public CustomViewSettings CustomViewSettings { get; }
Property Value
Type |
---|
CustomViewSettings |
PenSettings
Gets the shape annotation settings
Declaration
public PenSettings PenSettings { get; }
Property Value
Type |
---|
PenSettings |
Text
Gets the text of the text annotation
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
TextSettings
Gets the text annotation settings.
Declaration
public TextSettings TextSettings { get; }
Property Value
Type |
---|
TextSettings |
Type
Gets the shape type.
Declaration
public ShapeType Type { get; }
Property Value
Type |
---|
ShapeType |