StandardChannelPropertyNameValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the StandardChannelPropertyNameValues enumeration.
public enum StandardChannelPropertyNameValues
public readonly struct StandardChannelPropertyNameValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues>
type StandardChannelPropertyNameValues =
type StandardChannelPropertyNameValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardChannelPropertyNameValues>
Public Enum StandardChannelPropertyNameValues
Public Structure StandardChannelPropertyNameValues
Implements IEnumValue, IEnumValueFactory(Of StandardChannelPropertyNameValues), IEquatable(Of StandardChannelPropertyNameValues)
- Inheritance
-
StandardChannelPropertyNameValues
- Inheritance
-
StandardChannelPropertyNameValues
Fields
Name | Value | Description |
---|---|---|
Threshold | 0 | threshold. When the item is serialized out as xml, its value is "threshold". |
Resolution | 1 | resolution. When the item is serialized out as xml, its value is "resolution". |
Quantization | 2 | quantization. When the item is serialized out as xml, its value is "quantization". |
Noise | 3 | noise. When the item is serialized out as xml, its value is "noise". |
Accuracy | 4 | accuracy. When the item is serialized out as xml, its value is "accuracy". |
CrossCoupling | 5 | crossCoupling. When the item is serialized out as xml, its value is "crossCoupling". |
Skew | 6 | skew. When the item is serialized out as xml, its value is "skew". |
MinBandwidth | 7 | minBandwidth. When the item is serialized out as xml, its value is "minBandwidth". |
PeakRate | 8 | peakRate. When the item is serialized out as xml, its value is "peakRate". |
Distortion | 9 | distortion. When the item is serialized out as xml, its value is "distortion". |
Accuracy | accuracy. When the item is serialized out as xml, its value is "accuracy". |
|
CrossCoupling | crossCoupling. When the item is serialized out as xml, its value is "crossCoupling". |
|
Distortion | distortion. When the item is serialized out as xml, its value is "distortion". |
|
Equality(StandardChannelPropertyNameValues, StandardChannelPropertyNameValues) | ||
Equals(Object) | ||
Equals(StandardChannelPropertyNameValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardChannelPropertyNameValues>.Create(String) | ||
Inequality(StandardChannelPropertyNameValues, StandardChannelPropertyNameValues) | ||
MinBandwidth | minBandwidth. When the item is serialized out as xml, its value is "minBandwidth". |
|
Noise | noise. When the item is serialized out as xml, its value is "noise". |
|
PeakRate | peakRate. When the item is serialized out as xml, its value is "peakRate". |
|
Quantization | quantization. When the item is serialized out as xml, its value is "quantization". |
|
Resolution | resolution. When the item is serialized out as xml, its value is "resolution". |
|
Skew | skew. When the item is serialized out as xml, its value is "skew". |
|
StandardChannelPropertyNameValues(String) | Creates a new StandardChannelPropertyNameValues enum instance |
|
Threshold | threshold. When the item is serialized out as xml, its value is "threshold". |
|
ToString() |