Xamarin.Android

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

    Show / Hide Table of Contents

    Class PenSettings

    Inheritance
    System.Object
    PenSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfImageEditor.Android
    Assembly: Syncfusion.SfImageEditor.Android.dll
    Syntax
    public class PenSettings : Object, INotifyPropertyChanged

    Constructors

    PenSettings()

    Initializes a new instance of thePenSettings class.

    Declaration
    public PenSettings()

    Properties

    Bounds

    Gets or sets frame for text

    Declaration
    public RectangleF Bounds { get; set; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    Color

    Gets or sets the stroke color of the pen

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    EnableDrag

    Gets or sets a value indicating whether shape can be dragged or not.

    Declaration
    public bool EnableDrag { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsResizable

    Gets or sets IsResizable for shapes

    Declaration
    public bool IsResizable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Mode

    Gets or sets the mode of painting for the pen

    Declaration
    public Mode Mode { get; set; }
    Property Value
    Type Description
    Mode

    Opacity

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

    StrokeWidth

    Gets or sets the thickness of the pen

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

    Methods

    OnPropertyChanged(String)

    Declaration
    protected virtual void OnPropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved