XlsShape
IsRelativeResize Property
|
True means that is relative to original size of picture.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsRelativeResize { get; set; }
Public Property IsRelativeResize As Boolean
Get
Set
public:
property bool IsRelativeResize {
bool get ();
void set (bool value);
}
member IsRelativeResize : bool with get, set
Property Value
Type:
Boolean
See Also