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