StandardBrushPropertyNameValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StandardBrushPropertyNameValues 列挙型を定義します。
public enum StandardBrushPropertyNameValues
public readonly struct StandardBrushPropertyNameValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues>
type StandardBrushPropertyNameValues =
type StandardBrushPropertyNameValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardBrushPropertyNameValues>
Public Enum StandardBrushPropertyNameValues
Public Structure StandardBrushPropertyNameValues
Implements IEnumValue, IEnumValueFactory(Of StandardBrushPropertyNameValues), IEquatable(Of StandardBrushPropertyNameValues)
- 継承
-
StandardBrushPropertyNameValues
- 継承
-
StandardBrushPropertyNameValues
フィールド
名前 | 値 | 説明 |
---|---|---|
Width | 0 | 幅。 項目を xml としてシリアル化されるときに、その値は "width" です。 |
Height | 1 | 高さ。 項目を xml としてシリアル化されるときに、その値は "height" です。 |
Color | 2 | 色。 アイテムを xml としてシリアル化されるときに、その値は "color" です。 |
Transparency | 3 | 透明性。 アイテムを xml としてシリアル化されるときに、その値は "透明度" です。 |
Tip | 4 | 先端。 項目を xml としてシリアル化されるときに、その値は "tip" です。 |
RasterOp | 5 | rasterOp。 アイテムを xml としてシリアル化されるときに、その値は "rasterOp" です。 |
AntiAliased | 6 | antiAliased。 アイテムを xml としてシリアル化されるときに、その値は "antiAliased" です。 |
FitToCurve | 7 | fitToCurve。 項目を xml としてシリアル化されるときに、その値は "fitToCurve" です。 |
IgnorePressure | 8 | ignorePressure。 項目を xml としてシリアル化されるときに、その値は "ignorePressure" です。 |
AntiAliased | antiAliased。 アイテムを xml としてシリアル化されるときに、その値は "antiAliased" です。 |
|
Color | 色。 アイテムを xml としてシリアル化されるときに、その値は "color" です。 |
|
Equality(StandardBrushPropertyNameValues, StandardBrushPropertyNameValues) | ||
Equals(Object) | ||
Equals(StandardBrushPropertyNameValues) | ||
FitToCurve | fitToCurve。 項目を xml としてシリアル化されるときに、その値は "fitToCurve" です。 |
|
GetHashCode() | ||
Height | 高さ。 項目を xml としてシリアル化されるときに、その値は "height" です。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardBrushPropertyNameValues>.Create(String) | ||
IgnorePressure | ignorePressure。 項目を xml としてシリアル化されるときに、その値は "ignorePressure" です。 |
|
Inequality(StandardBrushPropertyNameValues, StandardBrushPropertyNameValues) | ||
RasterOp | rasterOp。 アイテムを xml としてシリアル化されるときに、その値は "rasterOp" です。 |
|
StandardBrushPropertyNameValues(String) | 新しい StandardBrushPropertyNameValues 列挙型インスタンスを作成します |
|
Tip | 先端。 項目を xml としてシリアル化されるときに、その値は "tip" です。 |
|
ToString() | ||
Transparency | 透明性。 アイテムを xml としてシリアル化されるときに、その値は "透明度" です。 |
|
Width | 幅。 項目を xml としてシリアル化されるときに、その値は "width" です。 |