CentralBodySurfaceRegionGraphicsExtensionInteriorGraphics Property |
Gets or sets the graphics describing the interior of the region.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SurfaceGraphics InteriorGraphics { get; set; }
Public Property InteriorGraphics As SurfaceGraphics
Get
Set
public:
virtual property SurfaceGraphics^ InteriorGraphics {
SurfaceGraphics^ get () sealed;
void set (SurfaceGraphics^ value) sealed;
}
abstract InteriorGraphics : SurfaceGraphics with get, set
override InteriorGraphics : SurfaceGraphics with get, set
Property Value
Type:
SurfaceGraphicsImplements
ICentralBodySurfaceRegionGraphicsServiceInteriorGraphicsSee Also