menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class CustomViewSettings

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

    Constructors

    CustomViewSettings()

    Declaration
    public CustomViewSettings()

    Properties

    Angle

    Gets or sets the rotate angle for customview

    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

    CanMaintainAspectRatio

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

    EnableDrag

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

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

    IsResizable

    Gets or sets IsResizable for Custom view

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

    ShapeID

    Gets the unique ID of the custom view.

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

    Methods

    OnPropertyChanged(String)

    Declaration
    public void OnPropertyChanged(string propertyName)
    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