LayoutRenderInfo
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
public LayoutRenderInfo()
Properties
Gets or sets a value indicating whether the rendered object should be visible.
public bool IsVisible { get; set; }
Gets or sets the text rotation alignment of the rendered object.
public TextRotationAlignment RotationAlignment { get; set; }
Gets or sets the text symbol placement of the rendered object.
public SymbolPlacement SymbolPlacement { get; set; }
Gets or sets the text symbol spacing of the rendered object.
public double SymbolSpacing { get; set; }
Gets or sets the available text fonts for the rendered object.
public IList<string> TextFonts { get; set; }
Gets or sets a value indicating whether the object should be rendered with up-right priority.
public bool TextKeepUpright { get; set; }
Gets or sets the maximum rotation angle of the rendered object.
public double TextMaxAngle { get; set; }
Gets or sets the max width of the rendered object.
public double TextMaxWidth { get; set; }
Gets or sets the text size of the rendered object.
public double TextSize { get; set; }
Gets or sets the text transform for the rendered object.
public TextTransform TextTransform { get; set; }