Class LayoutRenderInfo
Text rendering settings in the vector tiles.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Map.VectorTiles.Rendering
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LayoutRenderInfo
Constructors
LayoutRenderInfo()
Declaration
public LayoutRenderInfo()
Properties
IsVisible
Gets or sets a value indicating whether the rendered object should be visible.
Declaration
public bool IsVisible { get; set; }
Property Value
System.Boolean
|
RotationAlignment
Gets or sets the text rotation alignment of the rendered object.
Declaration
public TextRotationAlignment RotationAlignment { get; set; }
Property Value
TextRotationAlignment
|
SymbolPlacement
Gets or sets the text symbol placement of the rendered object.
Declaration
public SymbolPlacement SymbolPlacement { get; set; }
Property Value
SymbolPlacement
|
SymbolSpacing
Gets or sets the text symbol spacing of the rendered object.
Declaration
public double SymbolSpacing { get; set; }
Property Value
System.Double
|
TextField
Gets or sets the lookup text field value.
Declaration
public string TextField { get; set; }
Property Value
System.String
|
TextFonts
Gets or sets the available text fonts for the rendered object.
Declaration
public IList<string> TextFonts { get; set; }
Property Value
System.Collections.Generic.IList<System.String>
|
TextKeepUpright
Gets or sets a value indicating whether the object should be rendered with up-right priority.
Declaration
public bool TextKeepUpright { get; set; }
Property Value
System.Boolean
|
TextMaxAngle
Gets or sets the maximum rotation angle of the rendered object.
Declaration
public double TextMaxAngle { get; set; }
Property Value
System.Double
|
TextMaxWidth
Gets or sets the max width of the rendered object.
Declaration
public double TextMaxWidth { get; set; }
Property Value
System.Double
|
TextSize
Gets or sets the text size of the rendered object.
Declaration
public double TextSize { get; set; }
Property Value
System.Double
|
TextTransform
Gets or sets the text transform for the rendered object.
Declaration
public TextTransform TextTransform { get; set; }
Property Value
TextTransform
|