Class ShapeSetting
Class implementation of ShapeSetting
Inheritance
System.Object
ShapeSetting
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ShapeSetting : Object
Constructors
ShapeSetting()
Initializes a new instance of the ShapeSetting class.
Declaration
public ShapeSetting()
Properties
AutoFillColors
Gets or Sets the auto fill color of the shapes in the map.
Declaration
public bool AutoFillColors { get; set; }
Property Value
Type |
---|
System.Boolean |
ColorMapping
Gets or Sets the list of colorMapping value to the map.
Declaration
public IList<ColorMapping> ColorMapping { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<ColorMapping> |
SelectedShapeColor
Gets or Sets the selection color for shapes in the map.
Declaration
public int SelectedShapeColor { get; set; }
Property Value
Type |
---|
System.Int32 |
SelectedShapeStroke
Gets or Sets the stroke for selected shapes in the map.
Declaration
public int SelectedShapeStroke { get; set; }
Property Value
Type |
---|
System.Int32 |
SelectedShapeStrokeThickness
Gets or Sets the stroke thickness for selected shapes in the map.
Declaration
public double SelectedShapeStrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
ShapeColorValuePath
Gets or Sets field value that is to be fetched from data for each shape used for determining the shape color
Declaration
public string ShapeColorValuePath { get; set; }
Property Value
Type |
---|
System.String |
ShapeFill
Gets or Sets the fill color of the shapes in the map.
Declaration
public int ShapeFill { get; set; }
Property Value
Type |
---|
System.Int32 |
ShapeStroke
Gets or Sets the stroke for shapes in the map.
Declaration
public int ShapeStroke { get; set; }
Property Value
Type |
---|
System.Int32 |
ShapeStrokeThickess
Gets or Sets the stroke thickness for shapes in the map.
Declaration
public double ShapeStrokeThickess { get; set; }
Property Value
Type |
---|
System.Double |
ShapeValuePath
Gets or Sets the field value that is to be fetched from data for each shape.
Declaration
public string ShapeValuePath { get; set; }
Property Value
Type |
---|
System.String |