ホーム › Web.MsHtml › styleAlignSelf
styleAlignSelf
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| styleAlignSelfFlexStart | 0 | 0x0 |
| styleAlignSelfFlexEnd | 1 | 0x1 |
| styleAlignSelfCenter | 2 | 0x2 |
| styleAlignSelfBaseline | 3 | 0x3 |
| styleAlignSelfStretch | 4 | 0x4 |
| styleAlignSelfAuto | 5 | 0x5 |
| styleAlignSelfNotSet | 6 | 0x6 |
| styleAlignSelf_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum styleAlignSelf : int {
styleAlignSelfFlexStart = 0,
styleAlignSelfFlexEnd = 1,
styleAlignSelfCenter = 2,
styleAlignSelfBaseline = 3,
styleAlignSelfStretch = 4,
styleAlignSelfAuto = 5,
styleAlignSelfNotSet = 6,
styleAlignSelf_Max = 2147483647
} styleAlignSelf;public enum styleAlignSelf : int
{
styleAlignSelfFlexStart = 0,
styleAlignSelfFlexEnd = 1,
styleAlignSelfCenter = 2,
styleAlignSelfBaseline = 3,
styleAlignSelfStretch = 4,
styleAlignSelfAuto = 5,
styleAlignSelfNotSet = 6,
styleAlignSelf_Max = 2147483647,
}Public Enum styleAlignSelf As Integer
styleAlignSelfFlexStart = 0
styleAlignSelfFlexEnd = 1
styleAlignSelfCenter = 2
styleAlignSelfBaseline = 3
styleAlignSelfStretch = 4
styleAlignSelfAuto = 5
styleAlignSelfNotSet = 6
styleAlignSelf_Max = 2147483647
End Enumimport enum
class styleAlignSelf(enum.IntEnum):
styleAlignSelfFlexStart = 0
styleAlignSelfFlexEnd = 1
styleAlignSelfCenter = 2
styleAlignSelfBaseline = 3
styleAlignSelfStretch = 4
styleAlignSelfAuto = 5
styleAlignSelfNotSet = 6
styleAlignSelf_Max = 2147483647// styleAlignSelf
pub const styleAlignSelfFlexStart: i32 = 0;
pub const styleAlignSelfFlexEnd: i32 = 1;
pub const styleAlignSelfCenter: i32 = 2;
pub const styleAlignSelfBaseline: i32 = 3;
pub const styleAlignSelfStretch: i32 = 4;
pub const styleAlignSelfAuto: i32 = 5;
pub const styleAlignSelfNotSet: i32 = 6;
pub const styleAlignSelf_Max: i32 = 2147483647;// styleAlignSelf
const (
styleAlignSelfFlexStart int32 = 0
styleAlignSelfFlexEnd int32 = 1
styleAlignSelfCenter int32 = 2
styleAlignSelfBaseline int32 = 3
styleAlignSelfStretch int32 = 4
styleAlignSelfAuto int32 = 5
styleAlignSelfNotSet int32 = 6
styleAlignSelf_Max int32 = 2147483647
)const
styleAlignSelfFlexStart = 0;
styleAlignSelfFlexEnd = 1;
styleAlignSelfCenter = 2;
styleAlignSelfBaseline = 3;
styleAlignSelfStretch = 4;
styleAlignSelfAuto = 5;
styleAlignSelfNotSet = 6;
styleAlignSelf_Max = 2147483647;// styleAlignSelf
pub const styleAlignSelfFlexStart: i32 = 0;
pub const styleAlignSelfFlexEnd: i32 = 1;
pub const styleAlignSelfCenter: i32 = 2;
pub const styleAlignSelfBaseline: i32 = 3;
pub const styleAlignSelfStretch: i32 = 4;
pub const styleAlignSelfAuto: i32 = 5;
pub const styleAlignSelfNotSet: i32 = 6;
pub const styleAlignSelf_Max: i32 = 2147483647;const
styleAlignSelfFlexStart* = 0
styleAlignSelfFlexEnd* = 1
styleAlignSelfCenter* = 2
styleAlignSelfBaseline* = 3
styleAlignSelfStretch* = 4
styleAlignSelfAuto* = 5
styleAlignSelfNotSet* = 6
styleAlignSelf_Max* = 2147483647enum styleAlignSelf : int {
styleAlignSelfFlexStart = 0,
styleAlignSelfFlexEnd = 1,
styleAlignSelfCenter = 2,
styleAlignSelfBaseline = 3,
styleAlignSelfStretch = 4,
styleAlignSelfAuto = 5,
styleAlignSelfNotSet = 6,
styleAlignSelf_Max = 2147483647,
}#define global styleAlignSelfFlexStart 0x0
#define global styleAlignSelfFlexEnd 0x1
#define global styleAlignSelfCenter 0x2
#define global styleAlignSelfBaseline 0x3
#define global styleAlignSelfStretch 0x4
#define global styleAlignSelfAuto 0x5
#define global styleAlignSelfNotSet 0x6
#define global styleAlignSelf_Max 0x7FFFFFFF