Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 382 Bytes

File metadata and controls

8 lines (5 loc) · 382 Bytes

FrameworkElement

The FrameworkElement class serves as the base class for all FlatRedBall.Forms Controls. A FrameworkElement has the following characteristics:

  • A Visual object of type GraphicalUiElement (Gum runtime object)
  • X and Y values, using the Visual's unit types
  • ActualX and ActualY, returning the pixel coordinates of the left and top of the control, respectively