Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFShapeSetting - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFShapeSetting

    Inheritance
    System.Object
    SFShapeSetting
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class SFShapeSetting : NSObject

    Constructors

    SFShapeSetting()

    Initializes a new instance of the SFShapeSetting class.

    Declaration
    public SFShapeSetting()

    Properties

    ColorMappings

    Gets or sets the list of colorMapping value to the map.

    Declaration
    public ObservableCollection<SFMapColorMapping> ColorMappings { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<SFMapColorMapping>

    The color mappings.

    ColorValuePath

    Gets or sets he field value that is to be fetched from data for each shape used for determining the shape color.

    Declaration
    public NSString ColorValuePath { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    The color value path.

    Fill

    Gets or sets fill color of the shapes in the map.

    Declaration
    public UIColor Fill { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The fill.

    SelectedShapeColor

    Gets or sets the selection color for shapes in the map.

    Declaration
    public UIColor SelectedShapeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the selected shape.

    SelectedShapeStrokeColor

    Gets or sets the stroke color for selectedshapes in the map.

    Declaration
    public UIColor SelectedShapeStrokeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the selected shape.

    SelectedShapeStrokeThickness

    Gets or sets the border thickness of the selected shape in the map.

    Declaration
    public nfloat SelectedShapeStrokeThickness { get; set; }
    Property Value
    Type Description
    System.nfloat

    The selected shape stroke thickness.

    StrokeColor

    Gets or sets the stroke color of the shapes in the map.

    Declaration
    public UIColor StrokeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the stroke.

    StrokeThickness

    Gets or sets the border thickness of the shape in the map.

    Declaration
    public nfloat StrokeThickness { get; set; }
    Property Value
    Type Description
    System.nfloat

    The stroke thickness.

    ValuePath

    Gets or sets the field value that is to be fetched from data for each shape.

    Declaration
    public NSString ValuePath { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    The value path.

    Methods

    Dispose(Boolean)

    Dispose shape settings objects.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved