Class OptSkinItem
Assembly: JeremyAnsel.Xwa.OptTransform.Wpf.dll
public sealed class OptSkinItem : INotifyPropertyChanged
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public OptSkinItem(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
|
Edit this page
View Source
Declaration
public OptSkinItem(string name, int opacity)
Parameters
Type |
Name |
Description |
string |
name |
|
int |
opacity |
|
Properties
|
Edit this page
View Source
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int Opacity { get; set; }
Property Value
Methods
|
Edit this page
View Source
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
Events
|
Edit this page
View Source
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler? PropertyChanged
Event Type
Implements