Click or drag to resize

RectangleFill Class

LightningChart .NET Help
Rectangle3D visual properties.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.Views.View3DRectangleFill

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class RectangleFill : ChartNode

The RectangleFill type exposes the following members.

Constructors
 NameDescription
Public methodRectangleFill Constructor.
Public methodRectangleFill(Rectangle3D) Constructor.
Top
Properties
 NameDescription
Public propertyImage Gets or sets image object. This is a dependency property.
Public propertyImageAlpha Gets or sets image alpha. 0 is transparent, 255 fully visible (opaque). This is a dependency property.
Public propertyLayout Gets or sets fill layout. This is a dependency property.
Public propertyMaterial Gets or sets series material. This is a dependency property.
Public propertyTileCountHeight Gets or sets tile count on height dimension. This is a dependency property.
Public propertyTileCountWidth Gets or sets tile count on width dimension. This is a dependency property.
Public propertyUseImage Gets or sets use Image when drawing. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberImageAlphaProperty Identifies the ImageAlpha dependency property.
Public fieldStatic memberImageProperty Identifies the Image dependency property.
Public fieldStatic memberLayoutProperty Identifies the Layout dependency property.
Public fieldStatic memberMaterialProperty Identifies the Material dependency property.
Public fieldStatic memberTileCountHeightProperty Identifies the TileCountHeight dependency property.
Public fieldStatic memberTileCountWidthProperty Identifies the TileCountWidth dependency property.
Public fieldStatic memberUseImageProperty Identifies the UseImage dependency property.
Top
See Also