Class MapLegendVal
Inheritance
System.Object
MapLegendVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapLegendVal : MapDockableSubItemVal
Constructors
MapLegendVal()
Declaration
Properties
AutoFitTextDisabled
Declaration
public bool AutoFitTextDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EquallySpacedItems
Declaration
public bool EquallySpacedItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InterlacedRows
Declaration
public bool InterlacedRows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InterlacedRowsColor
Declaration
public string InterlacedRowsColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Layout
Declaration
public string Layout { get; set; }
Property Value
Type |
Description |
System.String |
|
MapLegendTitle
Declaration
public MapLegendTitleVal MapLegendTitle { get; set; }
Property Value
MinFontSize
Declaration
public Size MinFontSize { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
TextWrapThreshold
Declaration
public int TextWrapThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|