New to Telerik UI for WPFStart a free 30-day trial

Text rendering settings in the vector tiles.

Definition

Namespace:Telerik.Windows.Controls.Map.VectorTiles.Rendering

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class LayoutRenderInfo

Inheritance: objectLayoutRenderInfo

Constructors

C#
public LayoutRenderInfo()

Properties

Gets or sets a value indicating whether the rendered object should be visible.

C#
public bool IsVisible { get; set; }

Gets or sets the text rotation alignment of the rendered object.

C#
public TextRotationAlignment RotationAlignment { get; set; }

Gets or sets the text symbol placement of the rendered object.

C#
public SymbolPlacement SymbolPlacement { get; set; }

Gets or sets the text symbol spacing of the rendered object.

C#
public double SymbolSpacing { get; set; }

Gets or sets the lookup text field value.

C#
public string TextField { get; set; }

Gets or sets the available text fonts for the rendered object.

C#
public IList<string> TextFonts { get; set; }

Gets or sets a value indicating whether the object should be rendered with up-right priority.

C#
public bool TextKeepUpright { get; set; }

Gets or sets the maximum rotation angle of the rendered object.

C#
public double TextMaxAngle { get; set; }

Gets or sets the max width of the rendered object.

C#
public double TextMaxWidth { get; set; }

Gets or sets the text size of the rendered object.

C#
public double TextSize { get; set; }

Gets or sets the text transform for the rendered object.

C#
public TextTransform TextTransform { get; set; }