Class CommonResourceKey
This class represents the resource key associated with animation storyboard in RadChart.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class CommonResourceKey : ResourceKey
Constructors
CommonResourceKey()
CommonResourceKey(Object)
Initializes a new instance of the CommonResourceKey class.
Declaration
public CommonResourceKey(object resourceId)
Parameters
System.Object
resourceId
The resource id. |
CommonResourceKey(Object, Theme)
Initializes a new instance of the CommonResourceKey class.
Declaration
public CommonResourceKey(object resourceId, Theme externalTheme)
Parameters
System.Object
resourceId
The resource id. |
Theme
externalTheme
External theme. |
Properties
Assembly
Gets an assembly object that indicates which assembly's dictionary to look in for the value associated with this key.
Declaration
public override Assembly Assembly { get; }
Property Value
System.Reflection.Assembly
|
ExternalTheme
Gets or sets the external theme.
Declaration
public Theme ExternalTheme { get; set; }
Property Value
Theme
The external theme. |
Remarks
If external theme is used, we need to use its assembly as the one whose dictionary to look in for the value associated with this key.
ResourceId
Gets or sets the unique identifier associated with animation storyboard.
Declaration
public object ResourceId { get; set; }
Property Value
System.Object
|
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Exceptions
System.NullReferenceException
The |
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |