StandardChannelPropertyNameValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 StandardChannelPropertyNameValues 枚举。
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)
- 继承
-
StandardChannelPropertyNameValues
- 继承
-
StandardChannelPropertyNameValues
字段
名称 | 值 | 说明 |
---|---|---|
Threshold | 0 | 门槛。 将项序列化为 xml 时,其值为“threshold”。 |
Resolution | 1 | 分辨率。 当项序列化为 xml 时,其值为“resolution”。 |
Quantization | 2 | 量化。 将项序列化为 xml 时,其值为“量化”。 |
Noise | 3 | 噪声。 当项序列化为 xml 时,其值为“noise”。 |
Accuracy | 4 | 准确性。 当项序列化为 xml 时,其值为“准确性”。 |
CrossCoupling | 5 | crossCoupling。 当项序列化为 xml 时,其值为“crossCoupling”。 |
Skew | 6 | 扭曲。 当项序列化为 xml 时,其值为“倾斜”。 |
MinBandwidth | 7 | minBandwidth。 将项序列化为 xml 时,其值为“minBandwidth”。 |
PeakRate | 8 | peakRate。 当项序列化为 xml 时,其值为“peakRate”。 |
Distortion | 9 | 失真。 当项序列化为 xml 时,其值为“扭曲”。 |
Accuracy | 准确性。 当项序列化为 xml 时,其值为“准确性”。 |
|
CrossCoupling | crossCoupling。 当项序列化为 xml 时,其值为“crossCoupling”。 |
|
Distortion | 失真。 当项序列化为 xml 时,其值为“扭曲”。 |
|
Equality(StandardChannelPropertyNameValues, StandardChannelPropertyNameValues) | ||
Equals(Object) | ||
Equals(StandardChannelPropertyNameValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardChannelPropertyNameValues>.Create(String) | ||
Inequality(StandardChannelPropertyNameValues, StandardChannelPropertyNameValues) | ||
MinBandwidth | minBandwidth。 将项序列化为 xml 时,其值为“minBandwidth”。 |
|
Noise | 噪声。 当项序列化为 xml 时,其值为“noise”。 |
|
PeakRate | peakRate。 当项序列化为 xml 时,其值为“peakRate”。 |
|
Quantization | 量化。 将项序列化为 xml 时,其值为“量化”。 |
|
Resolution | 分辨率。 当项序列化为 xml 时,其值为“resolution”。 |
|
Skew | 扭曲。 当项序列化为 xml 时,其值为“倾斜”。 |
|
StandardChannelPropertyNameValues(String) | 创建新的 StandardChannelPropertyNameValues 枚举实例 |
|
Threshold | 门槛。 将项序列化为 xml 时,其值为“threshold”。 |
|
ToString() |