public bool IsTrimmed {get; set;}
'Declaration
Public Property IsTrimmed As Boolean
'Usage
Dim instance As SvgBounds
Dim value As Boolean
instance.IsTrimmed = value
value = instance.IsTrimmed
@property (nonatomic, assign) BOOL isTrimmed
public boolean isTrimmed()
public void setTrimmed(boolean isTrimmed)
public:
property bool IsTrimmed {
bool get();
void set ( bool value);
}
Property Value
true if
Bounds was calculated by cropping the child elements themselves and ignoring the SVG document size; otherwise,
false.