ホーム › Web.MsHtml › styleMsContentZoomSnapType
styleMsContentZoomSnapType
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| styleMsContentZoomSnapTypeNotSet | 0 | 0x0 |
| styleMsContentZoomSnapTypeNone | 1 | 0x1 |
| styleMsContentZoomSnapTypeMandatory | 2 | 0x2 |
| styleMsContentZoomSnapTypeProximity | 3 | 0x3 |
| styleMsContentZoomSnapType_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum styleMsContentZoomSnapType : int {
styleMsContentZoomSnapTypeNotSet = 0,
styleMsContentZoomSnapTypeNone = 1,
styleMsContentZoomSnapTypeMandatory = 2,
styleMsContentZoomSnapTypeProximity = 3,
styleMsContentZoomSnapType_Max = 2147483647
} styleMsContentZoomSnapType;public enum styleMsContentZoomSnapType : int
{
styleMsContentZoomSnapTypeNotSet = 0,
styleMsContentZoomSnapTypeNone = 1,
styleMsContentZoomSnapTypeMandatory = 2,
styleMsContentZoomSnapTypeProximity = 3,
styleMsContentZoomSnapType_Max = 2147483647,
}Public Enum styleMsContentZoomSnapType As Integer
styleMsContentZoomSnapTypeNotSet = 0
styleMsContentZoomSnapTypeNone = 1
styleMsContentZoomSnapTypeMandatory = 2
styleMsContentZoomSnapTypeProximity = 3
styleMsContentZoomSnapType_Max = 2147483647
End Enumimport enum
class styleMsContentZoomSnapType(enum.IntEnum):
styleMsContentZoomSnapTypeNotSet = 0
styleMsContentZoomSnapTypeNone = 1
styleMsContentZoomSnapTypeMandatory = 2
styleMsContentZoomSnapTypeProximity = 3
styleMsContentZoomSnapType_Max = 2147483647// styleMsContentZoomSnapType
pub const styleMsContentZoomSnapTypeNotSet: i32 = 0;
pub const styleMsContentZoomSnapTypeNone: i32 = 1;
pub const styleMsContentZoomSnapTypeMandatory: i32 = 2;
pub const styleMsContentZoomSnapTypeProximity: i32 = 3;
pub const styleMsContentZoomSnapType_Max: i32 = 2147483647;// styleMsContentZoomSnapType
const (
styleMsContentZoomSnapTypeNotSet int32 = 0
styleMsContentZoomSnapTypeNone int32 = 1
styleMsContentZoomSnapTypeMandatory int32 = 2
styleMsContentZoomSnapTypeProximity int32 = 3
styleMsContentZoomSnapType_Max int32 = 2147483647
)const
styleMsContentZoomSnapTypeNotSet = 0;
styleMsContentZoomSnapTypeNone = 1;
styleMsContentZoomSnapTypeMandatory = 2;
styleMsContentZoomSnapTypeProximity = 3;
styleMsContentZoomSnapType_Max = 2147483647;// styleMsContentZoomSnapType
pub const styleMsContentZoomSnapTypeNotSet: i32 = 0;
pub const styleMsContentZoomSnapTypeNone: i32 = 1;
pub const styleMsContentZoomSnapTypeMandatory: i32 = 2;
pub const styleMsContentZoomSnapTypeProximity: i32 = 3;
pub const styleMsContentZoomSnapType_Max: i32 = 2147483647;const
styleMsContentZoomSnapTypeNotSet* = 0
styleMsContentZoomSnapTypeNone* = 1
styleMsContentZoomSnapTypeMandatory* = 2
styleMsContentZoomSnapTypeProximity* = 3
styleMsContentZoomSnapType_Max* = 2147483647enum styleMsContentZoomSnapType : int {
styleMsContentZoomSnapTypeNotSet = 0,
styleMsContentZoomSnapTypeNone = 1,
styleMsContentZoomSnapTypeMandatory = 2,
styleMsContentZoomSnapTypeProximity = 3,
styleMsContentZoomSnapType_Max = 2147483647,
}#define global styleMsContentZoomSnapTypeNotSet 0x0
#define global styleMsContentZoomSnapTypeNone 0x1
#define global styleMsContentZoomSnapTypeMandatory 0x2
#define global styleMsContentZoomSnapTypeProximity 0x3
#define global styleMsContentZoomSnapType_Max 0x7FFFFFFF