Back to Devexpress

CommonSlideViewProperties.VariableScale Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-commonslideviewproperties-807bfb67.md

latest1.4 KB
Original Source

CommonSlideViewProperties.VariableScale Property

Gets or sets whether the view content should automatically scale to fit the current window. Applications may ignore this setting.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool VariableScale { get; set; }
vb
Public Property VariableScale As Boolean

Property Value

TypeDescription
Boolean

true to scale the view content; otherwise false.

|

Remarks

Note

Presentation applications (like PowerPoint, LibreOffice, or OpenOffice) may ignore this property.

See Also

CommonSlideViewProperties Class

CommonSlideViewProperties Members

DevExpress.Docs.Presentation Namespace