RendererSettings Class |
Namespace: Demo3D.Gui
public class RendererSettings : BindableBase
The RendererSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| RendererSettings | Initializes a new instance of the RendererSettings class |
| Name | Description | |
|---|---|---|
| IsAutoResolution |
When true, the renderer fills the available space.
| |
| IsNavigation |
True when the renderer is in navigation mode.
| |
| IsPerspective |
True the renderers camera using perspective projection, otherwise the renderer will use parallel projection.
| |
| IsPlanView |
True when the renderer is in plan view mode.
| |
| Resolution |
The resolution of the renderer.
|
| Name | Description | |
|---|---|---|
| Copy |
Copy the settings
| |
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| SetINotifyPropertyChangedPropertyT |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.) |