alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ResourceWrapper

    Represents a ResourceWrapper class used for supporting localization.

    Inheritance
    System.Object
    ResourceWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Gauge.Olap.Resources
    Assembly: Syncfusion.OlapGauge.WPF.dll
    Syntax
    public sealed class ResourceWrapper

    Constructors

    ResourceWrapper()

    Initializes a new instance for ResourceWrapper class.

    Declaration
    public ResourceWrapper()

    Properties

    DefaultGaugeText

    Gets or sets the default gauge text for localization use.

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

    EmptyKPIText

    Gets or sets the empty KPI text for localization use.

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

    MarkerText

    Gets or Sets the LoadingText for localization use.

    Declaration
    public string MarkerText { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved