IsTrimmed Property
Summary
Gets or sets a value that indicates whether the bounds were calculated by cropping the child elements themselves and ignoring the SVG document size.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsTrimmed { get; set; }
Public Property IsTrimmed As Boolean
@property (nonatomic, assign) BOOL isTrimmed
public boolean isTrimmed()
public void setTrimmed(boolean isTrimmed)
public:
property bool IsTrimmed {
bool get();
void set ( bool );
}
Property Value
true if Bounds was calculated by cropping the child elements themselves and ignoring the SVG document size; otherwise, false.