Class MapBorderSkin
Represents the appearance of the border around a map.
Inheritance
System.Object
MapBorderSkin
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapBorderSkin : IReportDispose, IDisposable
Constructors
MapBorderSkin()
Declaration
public MapBorderSkin()
Properties
BackGroundVal
Declaration
public BackgroundVal BackGroundVal { get; set; }
Property Value
Type | Description |
---|---|
BackgroundVal |
Border
Declaration
public BorderProperties Border { get; set; }
Property Value
Type | Description |
---|---|
BorderProperties |
MapBorderSkinType
Declaration
public MapBorderSkinType MapBorderSkinType { get; set; }
Property Value
Type | Description |
---|---|
MapBorderSkinType |
Style
Declaration
public StyleVal Style { get; set; }
Property Value
Type | Description |
---|---|
StyleVal |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable