AzimuthElevationMaskGraphics Properties |
The AzimuthElevationMaskGraphics type exposes the following members.
Name | Description | |
---|---|---|
Fill |
Gets or sets whether or not the mask is filled.
If not specified, the default is .
| |
Material |
Gets or sets the material used to fill the region.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
| |
NumberOfRings |
Gets or sets the number of rings to draw for the outline. Rings start from the outer edge and are equidistantly spaced towards the center.
If not specified, the default is 6.
| |
Outline |
Gets or sets whether or not the mask is outlined.
If not specified, the default is .
| |
OutlineColor |
Gets or sets the color of the outline.
If not specified, the default is Black.
| |
OutlineWidth |
Gets or sets the width of the outline.
If not specified, the default is 1.0.
| |
Projection |
Gets or sets how the mask is projected. This property must be specified, or the mask will not be displayed.
| |
ProjectionAltitude |
Gets or sets the altitude to use when
Projection is ProjectToAltitude.
| |
ProjectionRange |
Gets or sets the range to use when
Projection is ProjectToRange.
| |
Show |
Gets or sets whether or not the mask is shown.
If not specified, the default is .
|