menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TextSettings

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

    Constructors

    TextSettings()

    Initializes a new instance of theTextSettings class.

    Declaration
    public TextSettings()

    Properties

    Angle

    Gets or sets the rotate angle for text

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

    Bounds

    Gets or sets frame for text

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

    Color

    Gets or sets color of the text

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

    EnableDrag

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

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

    FontFamily

    Gets or sets Font family of the text

    Declaration
    public Typeface FontFamily { get; set; }
    Property Value
    Type
    Android.Graphics.Typeface

    FontSize

    Gets or sets size of the text

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    IsEditable

    Gets or sets the IsEditable value for text

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

    IsResizable

    Gets or sets IsResizable for text

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

    Opacity

    Gets or sets opacity of the text

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

    ShapeID

    Gets the unique ID of the text.

    Declaration
    public int ShapeID { get; }
    Property Value
    Type
    System.Int32

    TextAlignment

    Gets or sets TextAlignment of the text

    Declaration
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type
    TextAlignment

    TextEffects

    Declaration
    public TextEffects TextEffects { get; set; }
    Property Value
    Type
    TextEffects

    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
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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