menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectorSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectorSettings

    Represents the default appearance of annotation selector.

    Inheritance
    System.Object
    SelectorSettings
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class SelectorSettings : Object

    Properties

    LockedStrokeColor

    Gets or sets the default color for the locked annotation selector.

    Declaration
    public Color LockedStrokeColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The default value is gray color.

    Remarks

    It is not recommended to set both the "StrokeColor" and "LockedStrokeColor" properties with the same color

    Padding

    Gets or sets the padding between the annotation and the selector when it is selected.

    Declaration
    public int Padding { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is 10.

    Remarks

    This property is not applicable for sticky notes, text markup, line, arrow, polygon and polyline annotations. This property accepts values in the range -20 to 20. ///

     

    If the assigned negative value is less for the small annotation, then only the default value will be applied.

    StrokeColor

    Gets or sets the default color of textmarkup annotation selector.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    the default color of textmarkup annotation selector is blue.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved