Click or drag to resize

FillMethod Enumeration

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum FillMethod
Members
  Member nameValueDescription
None0
Horizontal1 The Image will be filled Horizontally
Vertical2 The Image will be filled Vertically.
Radial903 The Image will be filled Radially with the radial center in one of the corners.
Radial1804 The Image will be filled Radially with the radial center in one of the edges.
Radial3605 The Image will be filled Radially with the radial center at the center.
See Also