Class
LayoutRenderInfo

Text rendering settings in the vector tiles.

Definition

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

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class LayoutRenderInfo

Inheritance: objectLayoutRenderInfo

Constructors

LayoutRenderInfo()

Declaration

cs-api-definition
public LayoutRenderInfo()

Properties

IsVisible

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

Declaration

cs-api-definition
public bool IsVisible { get; set; }

Property Value

bool

RotationAlignment

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

Declaration

cs-api-definition
public TextRotationAlignment RotationAlignment { get; set; }

Property Value

TextRotationAlignment

SymbolPlacement

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

Declaration

cs-api-definition
public SymbolPlacement SymbolPlacement { get; set; }

Property Value

SymbolPlacement

SymbolSpacing

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

Declaration

cs-api-definition
public double SymbolSpacing { get; set; }

Property Value

double

TextField

Gets or sets the lookup text field value.

Declaration

cs-api-definition
public string TextField { get; set; }

Property Value

string

TextFonts

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

Declaration

cs-api-definition
public IList<string> TextFonts { get; set; }

Property Value

IList<string>

TextKeepUpright

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

Declaration

cs-api-definition
public bool TextKeepUpright { get; set; }

Property Value

bool

TextMaxAngle

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

Declaration

cs-api-definition
public double TextMaxAngle { get; set; }

Property Value

double

TextMaxWidth

Gets or sets the max width of the rendered object.

Declaration

cs-api-definition
public double TextMaxWidth { get; set; }

Property Value

double

TextSize

Gets or sets the text size of the rendered object.

Declaration

cs-api-definition
public double TextSize { get; set; }

Property Value

double

TextTransform

Gets or sets the text transform for the rendered object.

Declaration

cs-api-definition
public TextTransform TextTransform { get; set; }

Property Value

TextTransform