Scale

CommonSlideViewProperties.Scale property

指定视图缩放比例(以百分比表示)。可读/写 Int32。

public int Scale { get; set; }

Exceptions

exceptioncondition
ArgumentOutOfRangeException当值小于零时抛出。

See Also