ProjectedRasterBorderTranslucency Property |
Gets or sets the translucency of the
Projection's border.
Translucency is between
0 and
1,
where
0 is opaque and
1 is transparent.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public float BorderTranslucency { get; set; }
Public Property BorderTranslucency As Single
Get
Set
public:
property float BorderTranslucency {
float get ();
void set (float value);
}
member BorderTranslucency : float32 with get, set
Property Value
Type:
SingleExceptions See Also