The frame of the gallery. More...
Public Member Functions | |
void | ClearUnusedProperties () |
Clears the unused properties. | |
object | GetProperty (string propertyName) |
Gets the property value of the frame. | |
T | GetProperty< T > (string propertyName) |
Gets the property value of the frame. | |
Public Attributes | |
ContentType | contentType = new TextureContent() |
The type of the content. | |
PropertyValue[] | properties = Array.Empty<PropertyValue>() |
The properties of the frame. | |
The frame of the gallery.
object GetProperty | ( | string | propertyName | ) |
Gets the property value of the frame.
propertyName | The name of the property. |
T GetProperty< T > | ( | string | propertyName | ) |
Gets the property value of the frame.
propertyName | The name of the property. |
T | The type of the property. |