menu

WinForms

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

    Show / Hide Table of Contents

    Class Pseudo3DText

    Represents the label positioned in the 3D.

    Inheritance
    System.Object
    Plane3D
    Polygon
    Pseudo3DText
    Inherited Members
    Plane3D.A
    Plane3D.B
    Plane3D.C
    Plane3D.Clone(Matrix3D)
    Plane3D.D
    Plane3D.GetPoint(Double, Double)
    Plane3D.GetPoint(Vector3D, Vector3D)
    Plane3D.Normal
    Plane3D.Test()
    Polygon.Brush
    Polygon.BrushInfo
    Polygon.ClipPolygon
    Polygon.Pen
    Polygon.Points
    Polygon.RegionData
    Polygon.Transform(Matrix3D)
    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.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class Pseudo3DText : Polygon

    Constructors

    Pseudo3DText(String, Font, Brush, Vector3D)

    Initializes a new instance of the Pseudo3DText class.

    Declaration
    public Pseudo3DText(string text, Font font, Brush br, Vector3D loc)
    Parameters
    Type Name Description
    System.String text

    The text.

    System.Drawing.Font font

    The font.

    System.Drawing.Brush br

    The br.

    Vector3D loc

    The loc.

    Pseudo3DText(String, Font, Brush, Vector3D, RectangleF)

    Initializes a new instance of the Pseudo3DText class.

    Declaration
    public Pseudo3DText(string text, Font font, Brush br, Vector3D loc, RectangleF bounds)
    Parameters
    Type Name Description
    System.String text

    The text.

    System.Drawing.Font font

    The font.

    System.Drawing.Brush br

    The br.

    Vector3D loc

    The loc.

    System.Drawing.RectangleF bounds

    Bounds of the text

    Properties

    Alignment

    Gets or sets the alignment.

    Declaration
    public ContentAlignment Alignment { get; set; }
    Property Value
    Type Description
    System.Drawing.ContentAlignment

    The alignment.

    Bounds

    Gets the bound.

    Declaration
    public RectangleF Bounds { get; set; }
    Property Value
    Type
    System.Drawing.RectangleF

    Font

    Gets the font.

    Declaration
    public Font Font { get; }
    Property Value
    Type Description
    System.Drawing.Font

    The font.

    Location

    Gets the location.

    Declaration
    public Vector3D Location { get; }
    Property Value
    Type Description
    Vector3D

    The location.

    Matrix

    Gets or sets the matrix.

    Declaration
    public Matrix Matrix { get; set; }
    Property Value
    Type Description
    System.Drawing.Drawing2D.Matrix

    The matrix.

    Text

    Gets the text.

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

    The text.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public override Polygon Clone()
    Returns
    Type Description
    Polygon

    Return polygon.

    Overrides
    Polygon.Clone()

    Draw(Graphics3D)

    Draws to the specified Graphics3D.

    Declaration
    public override ChartRegion Draw(Graphics3D g3d)
    Parameters
    Type Name Description
    Graphics3D g3d

    The Graphics3D.

    Returns
    Type Description
    ChartRegion

    Returns ChartRegion.

    Overrides
    Polygon.Draw(Graphics3D)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved