Class ColorStripeMaterial
- Namespace
- HelixToolkit.WinUI.SharpDX
- Assembly
- HelixToolkit.WinUI.SharpDX.dll
[DataContract]
public class ColorStripeMaterial : Material, IWinRTObject, IDynamicInterfaceCastable, IEquatable<DependencyObject>
- Inheritance
-
ColorStripeMaterial
- Implements
-
IWinRTObject
- Inherited Members
Constructors
ColorStripeMaterial()
public ColorStripeMaterial()
ColorStripeMaterial(ColorStripeMaterialCore)
public ColorStripeMaterial(ColorStripeMaterialCore core)
Parameters
Fields
ColorStripeSamplerProperty
public static readonly DependencyProperty ColorStripeSamplerProperty
Field Value
ColorStripeXEnabledProperty
The color stripe x enabled property
public static readonly DependencyProperty ColorStripeXEnabledProperty
Field Value
ColorStripeXProperty
The color stripe property
public static readonly DependencyProperty ColorStripeXProperty
Field Value
ColorStripeYEnabledProperty
The color stripe y enabled property
public static readonly DependencyProperty ColorStripeYEnabledProperty
Field Value
ColorStripeYProperty
The color stripe property
public static readonly DependencyProperty ColorStripeYProperty
Field Value
DiffuseColorProperty
The diffuse color property
public static readonly DependencyProperty DiffuseColorProperty
Field Value
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
ColorStripeXEnabled
Gets or sets a value indicating whether [color stripe x enabled].
public bool ColorStripeXEnabled { get; set; }
Property Value
- bool
trueif [color stripe x enabled]; otherwise,false.
ColorStripeY
Gets or sets the color stripe.
public IList<Color4>? ColorStripeY { get; set; }
Property Value
ColorStripeYEnabled
Gets or sets a value indicating whether [color stripe y enabled].
public bool ColorStripeYEnabled { get; set; }
Property Value
- bool
trueif [color stripe y enabled]; otherwise,false.
DiffuseColor
Gets or sets the diffuse color for the material.
public Color4 DiffuseColor { get; set; }
Property Value
Methods
OnCreateCore()
protected override MaterialCore OnCreateCore()