menu

UWP

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

    Show / Hide Table of Contents

    Class ShapeBase

    Represents the ShapeBase class.

    Inheritance
    System.Object
    BaseNode
    Node
    Inline
    ShapeCommon
    ShapeBase
    ImageContainerAdv
    ShapeContainer
    Implements
    INode
    Inherited Members
    Inline.CharacterFormat
    Inline.CharacterFormatProperty
    Inline.OnTextChanged()
    Node.NextNode
    Node.Owner
    Node.PreviousNode
    ShapeCommon.AlternativeText
    ShapeCommon.Height
    ShapeCommon.HeightScale
    ShapeCommon.LineFormat
    ShapeCommon.Name
    ShapeCommon.Title
    ShapeCommon.Visible
    ShapeCommon.Width
    ShapeCommon.WidthScale
    ShapeCommon.WrapFormat
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public abstract class ShapeBase : ShapeCommon, INode

    Constructors

    ShapeBase()

    Initializes a new instance of the ShapeBase class.

    Declaration
    public ShapeBase()

    Properties

    AllowOverlap

    Gets or sets the Allow Overlap.

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

    The Allow Overlap of shape.

    HorizontalAlignment

    Gets or sets the Horizontal Alignment.

    Declaration
    public ShapeHorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    ShapeHorizontalAlignment

    The Horizontal Alignment of shape.

    HorizontalOrigin

    Gets or sets the Horizontal Origin.

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

    The Horizontal Origin of shape.

    HorizontalPosition

    Gets or sets the Horizontal Position.

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

    The Horizontal Position of shape.

    LayoutInCell

    Gets or sets the Layout In Cell.

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

    The Layout In Cell of shape.

    LockAnchor

    Gets or sets the Lock Anchor.

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

    The Lock Anchor of shape.

    VerticalAlignment

    Gets or sets the Vertical Alignment.

    Declaration
    public ShapeVerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    ShapeVerticalAlignment

    The Vertical Alignment of shape.

    VerticalOrigin

    Gets or sets the Vertical Origin.

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

    The Vertical Origin of shape.

    VerticalPosition

    Gets the Vertical Position.

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

    The Vertical Position of shape.

    Implements

    INode

    Extension Methods

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