Class StructProperty<T>
Inherited Members
Namespace: Ritchie.Toolbox.CustomProperties
Assembly: Ritchie.Toolbox.dll
Syntax
public sealed class StructProperty<T> : CustomPropertyObject where T : struct
Type Parameters
Name | Description |
---|---|
T |
Constructors
StructProperty(Widget)
Declaration
public StructProperty(Widget owner)
Parameters
Type | Name | Description |
---|---|---|
Widget | owner |
Properties
Value
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |