menu

UWP

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

    Show / Hide Table of Contents

    Class ShapeCommon

    Represents the ShapeCommon class.

    Inheritance
    System.Object
    BaseNode
    Node
    Inline
    ShapeCommon
    ShapeBase
    Implements
    INode
    Inherited Members
    Inline.CharacterFormat
    Inline.CharacterFormatProperty
    Inline.OnTextChanged()
    Node.NextNode
    Node.Owner
    Node.PreviousNode
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public abstract class ShapeCommon : Inline, INode

    Constructors

    ShapeCommon()

    Initializes a new instance of the ShapeCommon class.

    Declaration
    public ShapeCommon()

    Properties

    AlternativeText

    Gets the Alternative Text.

    Declaration
    public string AlternativeText { get; set; }
    Property Value
    Type Description
    System.String

    The Alternative Text of shape.

    Height

    Gets the height.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The height of shape.

    HeightScale

    Gets the height Scale.

    Declaration
    public float HeightScale { get; set; }
    Property Value
    Type Description
    System.Single

    The height Scale of shape.

    LineFormat

    Gets the line format.

    Declaration
    public LineFormat LineFormat { get; set; }
    Property Value
    Type Description
    LineFormat

    The line format of shape.

    Name

    Gets the name of the ShapeCommon.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name of the ShapeCommon.

    Title

    Gets the title.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    The title of shape.

    Visible

    Gets the visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The visible.

    Width

    Gets the width.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The width of shape.

    WidthScale

    Gets the width Scale.

    Declaration
    public float WidthScale { get; set; }
    Property Value
    Type Description
    System.Single

    The width Scale of shape.

    WrapFormat

    Gets the wrap format.

    Declaration
    public WrapFormat WrapFormat { get; set; }
    Property Value
    Type Description
    WrapFormat

    The wrap format of shape.

    Implements

    INode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved