Class MapCustomColorRule
Represents a user-defined set of colors for the map items in a map polygon layer, a map point layer, or a map line layer.
Inheritance
System.Object
MapCustomColorRule
Assembly: Syncfusion.SfReportViewer.UWP.dll
Syntax
public class MapCustomColorRule : MapColorRule
Constructors
MapCustomColorRule()
Declaration
public MapCustomColorRule()
MapCustomColorRule(ReportSerializer)
Declaration
public MapCustomColorRule(ReportSerializer serializer)
Parameters
Properties
MapCustomColors
Declaration
public MapCustomColors MapCustomColors { get; set; }
Property Value
Extension Methods