menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageEditorAnnotationsInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageEditorAnnotationsInfo

    Represents a class that holds the annotation details.

    Inheritance
    System.Object
    ImageEditorAnnotationsInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.ImageEditor
    Assembly: Syncfusion.SfImageEditor.WPF.dll
    Syntax
    public class ImageEditorAnnotationsInfo

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved