menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DecoratorStyle

    Represents the decorator style of a straight or an orthogonal connector.

    Inheritance
    System.Object
    DecoratorStyle
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class DecoratorStyle : BindableObject

    Constructors

    DecoratorStyle()

    Initializes a new instance of the DecoratorStyle class.

    Declaration
    public DecoratorStyle()

    Fields

    FillProperty

    Represents the bindable property of Fill.

    Declaration
    public static readonly BindableProperty FillProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HeightProperty

    Represents the bindable property of Height.

    Declaration
    public static readonly BindableProperty HeightProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StrokeProperty

    Initializes a new instance of the DecoratorStyle class.

    Declaration
    public static readonly BindableProperty StrokeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StrokeThicknessProperty

    Represents the bindable property of StrokeThickness.

    Declaration
    public static readonly BindableProperty StrokeThicknessProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    WidthProperty

    Represents the bindable property of Width.

    Declaration
    public static readonly BindableProperty WidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Fill

    Gets or sets the Fill for the DecoratorStyle. This is a bindable property.

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

    This property take color.

    Height

    Gets or sets the Height for the DecoratorStyle. This is a bindable property.

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

    This property take double.

    Stroke

    Gets or sets the Stroke for the DecoratorStyle. This is a bindable property.

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

    This property take color.

    StrokeThickness

    Gets or sets the StrokeThickness for the DecoratorStyle. This is a bindable property.

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

    This property take double.

    Width

    Gets or sets the Width for the DecoratorStyle. This is a bindable property.

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

    This property take double.

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