menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DecoratorStyle

    Represents the decorator style.

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

    Constructors

    DecoratorStyle()

    Initializes a new instance of the DecoratorStyle class.

    Declaration
    public DecoratorStyle()

    Properties

    Fill

    Gets or sets the fill color of the decorator.

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

    Gets or sets the decorator fill color.

    Size

    Gets or sets the size of decorator.

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

    Gets or sets the DecoratorSize.

    StrokeColor

    Gets or sets the stroke color of the decorator.

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

    Gets or set the decorator stroke color.

    StrokeWidth

    Gets or sets the width of the decorator stroke.

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

    The width of the decorator stroke.

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