menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class NodeStyle

    Node style.

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

    Constructors

    NodeStyle(Brush, Color, Object, StrokeStyle, TextStyle)

    Initializes a new instance of the NodeStyle class.

    Declaration
    public NodeStyle(Brush fillBrush, Color borderColor, object shape, StrokeStyle borderStyle, TextStyle textStyle)
    Parameters
    Type Name Description
    Brush fillBrush

    Fill brush.

    Android.Graphics.Color borderColor

    Border color.

    System.Object shape

    the Shape.

    StrokeStyle borderStyle

    Border style.

    TextStyle textStyle

    Text Style.

    Properties

    BorderColor

    Gets the color of the border.

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

    The color of the border.

    BorderStyle

    Gets the border style.

    Declaration
    public StrokeStyle BorderStyle { get; }
    Property Value
    Type Description
    StrokeStyle

    The border style.

    Brush

    Gets the color of the fill.

    Declaration
    public Brush Brush { get; }
    Property Value
    Type Description
    Brush

    The color of the fill.

    Shape

    Gets the shape.

    Declaration
    public object Shape { get; }
    Property Value
    Type Description
    System.Object

    The shape.

    TextStyle

    Gets the text style.

    Declaration
    public TextStyle TextStyle { get; }
    Property Value
    Type Description
    TextStyle

    The text style.

    Methods

    Dispose()

    Define the Dispose method.

    Declaration
    public void Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved