MaximumElements Property
Summary
Gets or sets a value that indicates the maximum number of elements to load when loading an SVG.
Syntax
C#
VB
Objective-C
C++
Java
public int MaximumElements { get; set; }
Public Property MaximumElements As Integer
@property (nonatomic, assign) NSUInteger maximumElements
public int getMaximumElements()
public void setMaximumElements(int value)
public:
property int MaximumElements {
int get();
void set ( int );
}
Property Value
A value that indicates the maximum number of elements to load when loading an SVG. Must be a value greater than or equal to 0. Use 0 to load all elements.