SlicerLockedAspectRatio Property |
Indicates whether locking aspect ratio.
Namespace:
Aspose.Cells.Slicers
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool LockedAspectRatio { get; set; }
Public Property LockedAspectRatio As Boolean
Get
Set
public:
property bool LockedAspectRatio {
bool get ();
void set (bool value);
}
member LockedAspectRatio : bool with get, set
Property Value
Type:
Boolean
Examples[C#]
slicer.LockedAspectRatio = true;
See Also