Win32 API 日本語リファレンス
ホームWeb.MsHtml › styleAlignSelf

styleAlignSelf

列挙型
基底型i4

メンバー 8

名前10進16進
styleAlignSelfFlexStart00x0
styleAlignSelfFlexEnd10x1
styleAlignSelfCenter20x2
styleAlignSelfBaseline30x3
styleAlignSelfStretch40x4
styleAlignSelfAuto50x5
styleAlignSelfNotSet60x6
styleAlignSelf_Max21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2147483647
enum 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