Class RectangleFill
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Rectangle3D visual properties.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RectangleFill : ChartNode, IChartNode, IDisposable
- Inheritance
-
RectangleFill
- Implements
- Inherited Members
Constructors
RectangleFill()
Constructor.
public RectangleFill()
RectangleFill(Rectangle3D)
Constructor.
public RectangleFill(Rectangle3D owner)
Parameters
ownerRectangle3DParent.
Properties
Image
Image object
public Image Image { get; set; }
Property Value
ImageAlpha
Image alpha. 0 is transparent, 255 fully visible (opaque).
public int ImageAlpha { get; set; }
Property Value
Layout
Fill layout
public FillLayout Layout { get; set; }
Property Value
Material
Series material
public Material3D Material { get; set; }
Property Value
TileCountHeight
Tile count on height dimension
public int TileCountHeight { get; set; }
Property Value
TileCountWidth
Tile count on width dimension.
public int TileCountWidth { get; set; }
Property Value
UseImage
Use Image when drawing.
public bool UseImage { get; set; }
Property Value
Methods
CreateMaterial()
Create material.
protected virtual void CreateMaterial()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string
public override string ToString()
Returns
- string
Class description as a string.