ReflectionNode
ScaleV Property
|
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public float ScaleV { get; }
Public ReadOnly Property ScaleV As Single
Get
public:
property float ScaleV {
float get ();
}
member ScaleV : float32 with get
Property Value
Type:
Single
See Also