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

styleWebkitBoxOrient

列挙型
基底型i4

メンバー 6

名前10進16進
styleWebkitBoxOrientHorizontal00x0
styleWebkitBoxOrientInlineAxis10x1
styleWebkitBoxOrientVertical20x2
styleWebkitBoxOrientBlockAxis30x3
styleWebkitBoxOrientNotSet40x4
styleWebkitBoxOrient_Max21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum styleWebkitBoxOrient : int {
    styleWebkitBoxOrientHorizontal = 0,
    styleWebkitBoxOrientInlineAxis = 1,
    styleWebkitBoxOrientVertical = 2,
    styleWebkitBoxOrientBlockAxis = 3,
    styleWebkitBoxOrientNotSet = 4,
    styleWebkitBoxOrient_Max = 2147483647
} styleWebkitBoxOrient;
public enum styleWebkitBoxOrient : int
{
    styleWebkitBoxOrientHorizontal = 0,
    styleWebkitBoxOrientInlineAxis = 1,
    styleWebkitBoxOrientVertical = 2,
    styleWebkitBoxOrientBlockAxis = 3,
    styleWebkitBoxOrientNotSet = 4,
    styleWebkitBoxOrient_Max = 2147483647,
}
Public Enum styleWebkitBoxOrient As Integer
    styleWebkitBoxOrientHorizontal = 0
    styleWebkitBoxOrientInlineAxis = 1
    styleWebkitBoxOrientVertical = 2
    styleWebkitBoxOrientBlockAxis = 3
    styleWebkitBoxOrientNotSet = 4
    styleWebkitBoxOrient_Max = 2147483647
End Enum
import enum

class styleWebkitBoxOrient(enum.IntEnum):
    styleWebkitBoxOrientHorizontal = 0
    styleWebkitBoxOrientInlineAxis = 1
    styleWebkitBoxOrientVertical = 2
    styleWebkitBoxOrientBlockAxis = 3
    styleWebkitBoxOrientNotSet = 4
    styleWebkitBoxOrient_Max = 2147483647
// styleWebkitBoxOrient
pub const styleWebkitBoxOrientHorizontal: i32 = 0;
pub const styleWebkitBoxOrientInlineAxis: i32 = 1;
pub const styleWebkitBoxOrientVertical: i32 = 2;
pub const styleWebkitBoxOrientBlockAxis: i32 = 3;
pub const styleWebkitBoxOrientNotSet: i32 = 4;
pub const styleWebkitBoxOrient_Max: i32 = 2147483647;
// styleWebkitBoxOrient
const (
	styleWebkitBoxOrientHorizontal int32 = 0
	styleWebkitBoxOrientInlineAxis int32 = 1
	styleWebkitBoxOrientVertical int32 = 2
	styleWebkitBoxOrientBlockAxis int32 = 3
	styleWebkitBoxOrientNotSet int32 = 4
	styleWebkitBoxOrient_Max int32 = 2147483647
)
const
  styleWebkitBoxOrientHorizontal = 0;
  styleWebkitBoxOrientInlineAxis = 1;
  styleWebkitBoxOrientVertical = 2;
  styleWebkitBoxOrientBlockAxis = 3;
  styleWebkitBoxOrientNotSet = 4;
  styleWebkitBoxOrient_Max = 2147483647;
// styleWebkitBoxOrient
pub const styleWebkitBoxOrientHorizontal: i32 = 0;
pub const styleWebkitBoxOrientInlineAxis: i32 = 1;
pub const styleWebkitBoxOrientVertical: i32 = 2;
pub const styleWebkitBoxOrientBlockAxis: i32 = 3;
pub const styleWebkitBoxOrientNotSet: i32 = 4;
pub const styleWebkitBoxOrient_Max: i32 = 2147483647;
const
  styleWebkitBoxOrientHorizontal* = 0
  styleWebkitBoxOrientInlineAxis* = 1
  styleWebkitBoxOrientVertical* = 2
  styleWebkitBoxOrientBlockAxis* = 3
  styleWebkitBoxOrientNotSet* = 4
  styleWebkitBoxOrient_Max* = 2147483647
enum styleWebkitBoxOrient : int {
    styleWebkitBoxOrientHorizontal = 0,
    styleWebkitBoxOrientInlineAxis = 1,
    styleWebkitBoxOrientVertical = 2,
    styleWebkitBoxOrientBlockAxis = 3,
    styleWebkitBoxOrientNotSet = 4,
    styleWebkitBoxOrient_Max = 2147483647,
}
#define global styleWebkitBoxOrientHorizontal 0x0
#define global styleWebkitBoxOrientInlineAxis 0x1
#define global styleWebkitBoxOrientVertical   0x2
#define global styleWebkitBoxOrientBlockAxis  0x3
#define global styleWebkitBoxOrientNotSet     0x4
#define global styleWebkitBoxOrient_Max       0x7FFFFFFF