Table of Contents

Class TextItem

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Provides a base class for text items.

public abstract class TextItem
Inheritance
TextItem
Derived
Inherited Members

Properties

HorizontalAlignment

Gets or sets the horizontal alignment.

public HorizontalAlignment HorizontalAlignment { get; set; }

Property Value

HorizontalAlignment

The horizontal alignment.

Position

Gets or sets the position.

public Point3D Position { get; set; }

Property Value

Point3D

The position.

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string

The text.

VerticalAlignment

Gets or sets the vertical alignment.

public VerticalAlignment VerticalAlignment { get; set; }

Property Value

VerticalAlignment

The vertical alignment.