| AddItem(IBaseItem item) | SpaceVIL.Prototype | virtual |
| AddItems(params IBaseItem[] items) | SpaceVIL.Prototype | virtual |
| AddItemState(ItemStateType type, ItemState state) | SpaceVIL.Prototype | |
| Clear() | SpaceVIL.Prototype | virtual |
| EventDestroy | SpaceVIL.Prototype | |
| EventKeyPress | SpaceVIL.Prototype | |
| EventKeyRelease | SpaceVIL.Prototype | |
| EventMouseClick | SpaceVIL.Prototype | |
| EventMouseDoubleClick | SpaceVIL.Prototype | |
| EventMouseDrag | SpaceVIL.Prototype | |
| EventMouseDrop | SpaceVIL.Prototype | |
| EventMouseHover | SpaceVIL.Prototype | |
| EventMouseLeave | SpaceVIL.Prototype | |
| EventMousePress | SpaceVIL.Prototype | |
| EventResize | SpaceVIL.Prototype | |
| EventScrollDown | SpaceVIL.Prototype | |
| EventScrollUp | SpaceVIL.Prototype | |
| EventTextInput | SpaceVIL.Prototype | |
| GetAlignment() | SpaceVIL.Prototype | |
| GetBackground() | SpaceVIL.Prototype | virtual |
| GetBlockedEvents() | SpaceVIL.Prototype | |
| GetBorderFill() | SpaceVIL.Prototype | |
| GetBorderRadius() | SpaceVIL.Prototype | |
| GetBorderThickness() | SpaceVIL.Prototype | |
| GetCoreStyle() | SpaceVIL.Prototype | virtual |
| GetCursor() | SpaceVIL.Prototype | |
| GetHandler() | SpaceVIL.Prototype | |
| GetHeight() | SpaceVIL.Prototype | virtual |
| GetHeightPolicy() | SpaceVIL.Prototype | |
| GetHoverRule() | SpaceVIL.Prototype | |
| GetItemName() | SpaceVIL.Prototype | |
| GetItems() | SpaceVIL.Prototype | virtual |
| GetLineColor() | SpaceVIL.Graph | |
| GetLineThickness() | SpaceVIL.Graph | |
| GetMargin() | SpaceVIL.Prototype | |
| GetMaxHeight() | SpaceVIL.Prototype | |
| GetMaxSize() | SpaceVIL.Prototype | |
| GetMaxWidth() | SpaceVIL.Prototype | |
| GetMinHeight() | SpaceVIL.Prototype | |
| GetMinSize() | SpaceVIL.Prototype | |
| GetMinWidth() | SpaceVIL.Prototype | |
| GetPadding() | SpaceVIL.Prototype | |
| GetParent() | SpaceVIL.Prototype | |
| GetPassEvents() | SpaceVIL.Prototype | |
| GetPointColor() | SpaceVIL.Graph | |
| GetPoints() | SpaceVIL.Graph | |
| GetPointShape() | SpaceVIL.Graph | |
| GetPointThickness() | SpaceVIL.Graph | |
| GetShadowColor() | SpaceVIL.Prototype | |
| GetShadowExtension() | SpaceVIL.Prototype | |
| GetShadowPos() | SpaceVIL.Prototype | |
| GetShadowRadius() | SpaceVIL.Prototype | |
| GetSize() | SpaceVIL.Prototype | |
| GetSpacing() | SpaceVIL.Prototype | |
| GetState(ItemStateType type) | SpaceVIL.Prototype | |
| GetToolTip() | SpaceVIL.Prototype | |
| GetTriangles() | SpaceVIL.Prototype | |
| GetWidth() | SpaceVIL.Prototype | virtual |
| GetWidthPolicy() | SpaceVIL.Prototype | |
| GetX() | SpaceVIL.Prototype | virtual |
| GetY() | SpaceVIL.Prototype | virtual |
| Graph() | SpaceVIL.Graph | |
| Graph(bool hover) | SpaceVIL.Graph | |
| InitElements() | SpaceVIL.Graph | virtual |
| InsertItem(IBaseItem item, Int32 index) | SpaceVIL.Prototype | virtual |
| IsCustomFigure() | SpaceVIL.Prototype | |
| IsDisabled() | SpaceVIL.Prototype | virtual |
| IsDrawable() | SpaceVIL.Prototype | virtual |
| IsFocusable | SpaceVIL.Prototype | |
| IsFocused() | SpaceVIL.Prototype | virtual |
| IsHover | SpaceVIL.Graph | |
| IsMouseHover() | SpaceVIL.Prototype | virtual |
| IsMousePressed() | SpaceVIL.Prototype | virtual |
| IsPassEvents() | SpaceVIL.Prototype | virtual |
| IsPassEvents(InputEventType e) | SpaceVIL.Prototype | |
| IsShadowDrop() | SpaceVIL.Prototype | |
| IsVisible() | SpaceVIL.Prototype | virtual |
| MakeShape() | SpaceVIL.Prototype | virtual |
| Prototype() | SpaceVIL.Prototype | |
| Release() | SpaceVIL.Prototype | virtual |
| RemoveAllItemStates() | SpaceVIL.Prototype | |
| RemoveItem(IBaseItem item) | SpaceVIL.Prototype | virtual |
| RemoveItemState(ItemStateType type) | SpaceVIL.Prototype | |
| SetAlignment(ItemAlignment alignment) | SpaceVIL.Prototype | |
| SetAlignment(params ItemAlignment[] alignment) | SpaceVIL.Prototype | |
| SetBackground(Color color) | SpaceVIL.Prototype | virtual |
| SetBackground(int r, int g, int b) | SpaceVIL.Prototype | virtual |
| SetBackground(int r, int g, int b, int a) | SpaceVIL.Prototype | virtual |
| SetBackground(float r, float g, float b) | SpaceVIL.Prototype | virtual |
| SetBackground(float r, float g, float b, float a) | SpaceVIL.Prototype | virtual |
| SetBorder(Border border) | SpaceVIL.Prototype | |
| SetBorderFill(Color fill) | SpaceVIL.Prototype | |
| SetBorderFill(int r, int g, int b, int a=255) | SpaceVIL.Prototype | |
| SetBorderFill(float r, float g, float b, float a=1.0f) | SpaceVIL.Prototype | |
| SetBorderRadius(CornerRadius radius) | SpaceVIL.Prototype | |
| SetBorderRadius(int radius) | SpaceVIL.Prototype | |
| SetBorderThickness(int thickness) | SpaceVIL.Prototype | |
| SetConfines() | SpaceVIL.Prototype | virtual |
| SetConfines(int x0, int x1, int y0, int y1) | SpaceVIL.Prototype | virtual |
| SetContent(List< IBaseItem > content) | SpaceVIL.Prototype | |
| SetCursor(EmbeddedCursor type) | SpaceVIL.Prototype | |
| SetCursor(CursorImage cursor) | SpaceVIL.Prototype | |
| SetCursor(Bitmap bitmap) | SpaceVIL.Prototype | |
| SetCursor(Bitmap bitmap, int width, int height) | SpaceVIL.Prototype | |
| SetCustomFigure(Figure figure) | SpaceVIL.Prototype | |
| SetDisabled(bool value) | SpaceVIL.Prototype | virtual |
| SetDrawable(bool value) | SpaceVIL.Prototype | |
| SetFocus() | SpaceVIL.Prototype | virtual |
| SetHandler(CoreWindow handler) | SpaceVIL.Prototype | |
| SetHeight(int height) | SpaceVIL.Prototype | virtual |
| SetHeightPolicy(SizePolicy policy) | SpaceVIL.Prototype | |
| SetHoverRule(ItemHoverRule rule) | SpaceVIL.Prototype | |
| SetItemName(string name) | SpaceVIL.Prototype | |
| SetLineColor(Color color) | SpaceVIL.Graph | |
| SetLineThickness(float thickness) | SpaceVIL.Graph | |
| SetMargin(Indents margin) | SpaceVIL.Prototype | |
| SetMargin(int left=0, int top=0, int right=0, int bottom=0) | SpaceVIL.Prototype | |
| SetMaxHeight(int height) | SpaceVIL.Prototype | |
| SetMaxSize(int width, int height) | SpaceVIL.Prototype | |
| SetMaxWidth(int width) | SpaceVIL.Prototype | |
| SetMinHeight(int height) | SpaceVIL.Prototype | |
| SetMinSize(int width, int height) | SpaceVIL.Prototype | |
| SetMinWidth(int width) | SpaceVIL.Prototype | |
| SetMouseHover(bool value) | SpaceVIL.Prototype | virtual |
| SetMousePressed(bool value) | SpaceVIL.Prototype | virtual |
| SetPadding(Indents padding) | SpaceVIL.Prototype | |
| SetPadding(int left=0, int top=0, int right=0, int bottom=0) | SpaceVIL.Prototype | |
| SetParent(Prototype parent) | SpaceVIL.Prototype | |
| SetPassEvents(bool value) | SpaceVIL.Prototype | |
| SetPassEvents(bool value, InputEventType e) | SpaceVIL.Prototype | |
| SetPassEvents(bool value, params InputEventType[] events) | SpaceVIL.Prototype | |
| SetPointColor(Color color) | SpaceVIL.Graph | |
| SetPoints(List< float[]> coord) | SpaceVIL.Graph | |
| SetPointShape(List< float[]> shape) | SpaceVIL.Graph | |
| SetPointThickness(float thickness) | SpaceVIL.Graph | |
| SetPosition(int x, int y) | SpaceVIL.Prototype | virtual |
| SetShadow(int radius, int x, int y, Color color) | SpaceVIL.Prototype | |
| SetShadowColor(Color color) | SpaceVIL.Prototype | |
| SetShadowDrop(bool value) | SpaceVIL.Prototype | |
| SetShadowExtension(int wExtension, int hExtension) | SpaceVIL.Prototype | |
| SetShadowRadius(int radius) | SpaceVIL.Prototype | |
| SetSize(int width, int height) | SpaceVIL.Prototype | virtual |
| SetSizePolicy(SizePolicy width, SizePolicy height) | SpaceVIL.Prototype | |
| SetSpacing(Spacing spacing) | SpaceVIL.Prototype | |
| SetSpacing(int horizontal=0, int vertical=0) | SpaceVIL.Prototype | |
| SetState(ItemStateType state) | SpaceVIL.Prototype | protected |
| SetStyle(Style style) | SpaceVIL.Prototype | virtual |
| SetToolTip(String text) | SpaceVIL.Prototype | |
| SetTriangles(List< float[]> triangles) | SpaceVIL.Prototype | virtual |
| SetVisible(bool value) | SpaceVIL.Prototype | virtual |
| SetWidth(int width) | SpaceVIL.Prototype | virtual |
| SetWidthPolicy(SizePolicy policy) | SpaceVIL.Prototype | |
| SetX(int x) | SpaceVIL.Prototype | virtual |
| SetY(int y) | SpaceVIL.Prototype | virtual |
| Update(GeometryEventType type, int value=0) | SpaceVIL.Prototype | |
| UpdateState() | SpaceVIL.Prototype | protectedvirtual |