ICommonSlideViewProperties
public interface ICommonSlideViewProperties
Represents common slide view properties.
Methods
Method | Description |
---|---|
getScale() | Specifies the view scaling ratio in percentages. |
setScale(int value) | Specifies the view scaling ratio in percentages. |
getVariableScale() | Specifies that the view content should automatically scale to best fit the current window size. |
setVariableScale(boolean value) | Specifies that the view content should automatically scale to best fit the current window size. |
getScale()
public abstract int getScale()
Specifies the view scaling ratio in percentages. Read/write int.
Returns: int
setScale(int value)
public abstract void setScale(int value)
Specifies the view scaling ratio in percentages. Read/write int.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getVariableScale()
public abstract boolean getVariableScale()
Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean.
Returns: boolean
setVariableScale(boolean value)
public abstract void setVariableScale(boolean value)
Specifies that the view content should automatically scale to best fit the current window size. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |