EllipsoidGraphicsOutlineWidth Property |
Gets or sets the width of the ellipsoid's outline.
If not specified, the default is 1.0.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<double> OutlineWidth { get; set; }
Public Property OutlineWidth As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ OutlineWidth {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member OutlineWidth : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also