TrackBarElementImageProperties Constructors
Contains the settings that define an image that can be displayed in track bar visual elements.Name | Parameters | Description |
---|---|---|
TrackBarElementImageProperties() | none | Initializes a new instance of the TrackBarElementImageProperties class with default settings. |
TrackBarElementImageProperties(IPropertiesOwner) | owner | Initializes a new instance of the TrackBarElementImageProperties class with the specified owner. |
TrackBarElementImageProperties(String) | url | Initializes a new instance of the TrackBarElementImageProperties class with the specified image location. |
See Also