alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PatternOptions

    Defines the options for an SVG pattern element used as a fill pattern in chart components.

    Inheritance
    object
    PatternOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PatternOptions

    Constructors

    PatternOptions()

    Declaration
    public PatternOptions()

    Properties

    Height

    Gets or sets the height of the pattern tile in user units.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    double

    Id

    Gets or sets the unique identifier of the pattern element.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    PatternUnits

    Gets or sets the coordinate system for the pattern's geometry attributes (e.g., "userSpaceOnUse", "objectBoundingBox").

    Declaration
    public string PatternUnits { get; set; }
    Property Value
    Type
    string

    ShapeOptions

    Gets or sets the collection of shape option objects (RectOptions, PathOptions, or EllipseOptions) that define the pattern's content.

    Declaration
    public List<object> ShapeOptions { get; set; }
    Property Value
    Type
    List<object>

    Width

    Gets or sets the width of the pattern tile in user units.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    double
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved