Table of Contents

Class ColorStripeMaterial

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll
[DataContract]
public class ColorStripeMaterial : Material
Inheritance
ColorStripeMaterial
Inherited Members

Constructors

ColorStripeMaterial()

public ColorStripeMaterial()

ColorStripeMaterial(ColorStripeMaterialCore)

public ColorStripeMaterial(ColorStripeMaterialCore core)

Parameters

core ColorStripeMaterialCore

Fields

ColorStripeSamplerProperty

public static readonly DependencyProperty ColorStripeSamplerProperty

Field Value

DependencyProperty

ColorStripeXEnabledProperty

The color stripe x enabled property

public static readonly DependencyProperty ColorStripeXEnabledProperty

Field Value

DependencyProperty

ColorStripeXProperty

The color stripe property

public static readonly DependencyProperty ColorStripeXProperty

Field Value

DependencyProperty

ColorStripeYEnabledProperty

The color stripe y enabled property

public static readonly DependencyProperty ColorStripeYEnabledProperty

Field Value

DependencyProperty

ColorStripeYProperty

The color stripe property

public static readonly DependencyProperty ColorStripeYProperty

Field Value

DependencyProperty

DiffuseColorProperty

The diffuse color property

public static readonly DependencyProperty DiffuseColorProperty

Field Value

DependencyProperty

Properties

ColorStripeSampler

public SamplerStateDescription ColorStripeSampler { get; set; }

Property Value

SamplerStateDescription

ColorStripeX

Gets or sets the color stripe.

public IList<Color4>? ColorStripeX { get; set; }

Property Value

IList<Color4>

The color stripe.

ColorStripeXEnabled

Gets or sets a value indicating whether [color stripe x enabled].

public bool ColorStripeXEnabled { get; set; }

Property Value

bool

true if [color stripe x enabled]; otherwise, false.

ColorStripeY

Gets or sets the color stripe.

public IList<Color4>? ColorStripeY { get; set; }

Property Value

IList<Color4>

The color stripe.

ColorStripeYEnabled

Gets or sets a value indicating whether [color stripe y enabled].

public bool ColorStripeYEnabled { get; set; }

Property Value

bool

true if [color stripe y enabled]; otherwise, false.

DiffuseColor

Gets or sets the diffuse color for the material.

[TypeConverter(typeof(Color4Converter))]
public Color4 DiffuseColor { get; set; }

Property Value

Color4

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.

OnCreateCore()

protected override MaterialCore OnCreateCore()

Returns

MaterialCore