Leadtools.Annotations.Core Namespace > AnnPolylineObject Class : IsClosed Property |
public bool IsClosed {get; set;}
Public Property IsClosed As Boolean
public bool IsClosed {get; set;}
@property (nonatomic) BOOL isClosed;
public boolean isClosed() public void setClosed(boolean closed)
get_IsClosed();
set_IsClosed(value);
Object.defineProperty('IsClosed');
When the AnnPolylineObject is closed, it will be filled with using the method specified in the FillRule property.