Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public bool VariableScale { get; set; }

    Property Value

    Type Description
    Boolean

    true to scale the view content; otherwise false.

    Remarks

    Note

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

    See Also