CommonSlideViewProperties Class
Represents common slide view properties.
public sealed class CommonSlideViewProperties
Public NotInheritable Class CommonSlideViewProperties
- Inheritance:
- System.ObjectCommonSlideViewProperties
Properties
Scale
Gets or sets a value that specifies the view scaling ratio in percentages.
Default value is 100.
Property Value
- System.Int32
A value that specifies the view scaling ratio in percentages.
Exceptions
- System.ArgumentOutOfRangeException
Value is less than zero.
VariableScale
Gets or sets a value indicating whether the view content should automatically scale to best fit the current window size.
Default value is false.
Property Value
- System.Boolean
true if the view content should automatically scale to best fit the current window size; otherwise, false.