Show / Hide Table of Contents

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 Source

Color

The color of the KeyChain.

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Windows.Media.Color
| Improve this Doc View Source

Name

The name of the KeyChain.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX