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