Interface IPointVectorStyle
Style specification for a point geometry layer
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPointVectorStyle : IVectorStyle, IRuleCollection<IPointRule>, IRuleCollection
Properties
| Improve this Doc View SourceAllowOverpost
Gets or sets whether to allow labels from any map layer (including the current layer) to obscure features on the current layer
Declaration
bool AllowOverpost { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DisplayAsText
Gets or sets whether to create a text layer
Declaration
bool DisplayAsText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Rules
Enumerates the rules for this specification
Declaration
IEnumerable<IPointRule> Rules { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPointRule> |
Methods
| Improve this Doc View SourceAddRule(IPointRule)
Adds a rule to this specification
Declaration
void AddRule(IPointRule rule)
Parameters
Type | Name | Description |
---|---|---|
IPointRule | rule |
RemoveAllRules()
Removes all current rules
Declaration
void RemoveAllRules()
RemoveRule(IPointRule)
Removes a rule from this specification
Declaration
void RemoveRule(IPointRule rule)
Parameters
Type | Name | Description |
---|---|---|
IPointRule | rule |