Click or drag to resize

BitmapFill Class

LightningChart .NET Help
Bitmap fill.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMBitmapFill

Namespace: LightningChartLib.UWP.ChartingMVVM
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 BitmapFill : ChartNode

The BitmapFill type exposes the following members.

Constructors
 NameDescription
Public methodBitmapFill Constructor for Form designer list editor.
Public methodBitmapFill(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyImage Gets and sets image. This is a dependency property.
Public propertyImageAlpha Gets and sets image alpha. 0 is transparent, 255 fully visible. This is a dependency property.
Public propertyImageTintColor Gets and sets image tint color. This is a dependency property.
Public propertyLayout Gets and sets fill layout. 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 memberImageFillLayoutProperty Identifies the ImageFillLayout dependency property.
Public fieldStatic memberImageProperty Identifies the Image dependency property.
Public fieldStatic memberImageTintColorProperty Identifies the ImageTintColor dependency property.
Top
See Also