AnimationScale
ZoomContent Property
|
Indicates whether a content should be zoomed.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TriState ZoomContent { get; set; }
Public Property ZoomContent As TriState
Get
Set
public:
property TriState ZoomContent {
TriState get ();
void set (TriState value);
}
member ZoomContent : TriState with get, set
Property Value
Type:
TriState
See Also