WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IndicatorState - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IndicatorState

    Represents a set of state information in the state indicator.

    Inheritance
    System.Object
    IndicatorState
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class IndicatorState

    Constructors

    IndicatorState()

    Declaration
    public IndicatorState()

    IndicatorState(ReportSerializer)

    Declaration
    public IndicatorState(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    Color

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    EndValue

    Declaration
    public EndValue EndValue { get; set; }
    Property Value
    Type Description
    EndValue

    IndicatorImage

    Declaration
    public IndicatorImage IndicatorImage { get; set; }
    Property Value
    Type Description
    IndicatorImage

    IndicatorStyle

    Declaration
    public string IndicatorStyle { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ResizeMode

    Declaration
    public ResizeModes ResizeMode { get; set; }
    Property Value
    Type Description
    ResizeModes

    ScaleFactor

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

    StartValue

    Declaration
    public StartValue StartValue { get; set; }
    Property Value
    Type Description
    StartValue

    Methods

    ResetResizeMode()

    Declaration
    public void ResetResizeMode()

    ShouldSerializeResizeMode()

    Declaration
    public bool ShouldSerializeResizeMode()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved