Skip to content
DragPivot

界面 / DragPivot

DragPivot Enumeration

拖拽的锚点

Table of contents

Enumeration Members

BottomCenter = 8
BottomLeft = 7
BottomRight = 9
CenterCenter = 5
CenterLeft = 4
CenterRight = 6
MouseDown = 0
TopCenter = 2
TopLeft = 1
TopRight = 3

Enumeration Members

BottomCenter

BottomCenter = 8

中下


BottomLeft

BottomLeft = 7

左下


BottomRight

BottomRight = 9

右下


CenterCenter

CenterCenter = 5

中心点


CenterLeft

CenterLeft = 4

左中


CenterRight

CenterRight = 6

右中


MouseDown

MouseDown = 0

按下点


TopCenter

TopCenter = 2

上中


TopLeft

TopLeft = 1

左上


TopRight

TopRight = 3

右上