Class CustomKeychain
A KeyChain that can be customized in name and color.
Inheritance
System.Object
CustomKeychain
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: RuriLib.Models
Assembly: RuriLib.dll
Syntax
public class CustomKeychain
Properties
| Improve this Doc View SourceColor
The color of the KeyChain.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color |
Name
The name of the KeyChain.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |