menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class MeasurementAnnotationSettings

    Represents the customization settings for measurement annotations.

    Inheritance
    System.Object
    MeasurementAnnotationSettings
    AreaAnnotation
    DistanceAnnotation
    PerimeterAnnotation
    RadiusAnnotation
    VolumeAnnotation
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class MeasurementAnnotationSettings : Object

    Properties

    FillColor

    Gets or sets the UIKit.UIColor fill color of the selected shape.

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

    The fill color allows the user to change the color of the selected shape's fill.

    MaximumHeight

    Gets or Sets the maximum height of the annotation.

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

    MaximumWidth

    Gets or sets the maximum width of the annotation.

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

    MinimumHeight

    Gets or Sets the minimum height of the annotation.

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

    MinimumWidth

    Gets or sets the minimum width of the annotation.

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

    Opacity

    Gets or sets the System.nfloat opacity of the selected shape.

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

    The opacity allows the user to apply the transparency in selected shape's fill and stroke.

    StrokeColor

    Gets or sets the UIKit.UIColor stroke color of the selected shape.

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

    The stroke color allows the user to change the color of the selected shape's stroke.

    Text

    Gets or sets the text of the shape and measurement annotations.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    TextBackgroundColor

    Gets or sets the UIKit.UIColor background text color of the selected shape.

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

    The TextBackgroundColor allows the user to change the color of the selected shape's text background color.

    TextColor

    Gets or sets the UIKit.UIColor Text color of the selected shape.

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

    The TextColor allows the user to change the color of the selected shape's text color.

    TextOpacity

    Gets or sets the text opacity of the shape and measurement annotations.

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

    TextSize

    Gets or sets the System.Int32 Text size of the selected shape.

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

    The TextSize allows the user to change the font size of the selected shape.

    Thickness

    Gets or sets the System.Int32 thickness of the selected shape.

    Declaration
    public float Thickness { get; set; }
    Property Value
    Type Description
    System.Single

    The thickness allows the user to change the selected shape's stroke width.

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