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