Click or drag to resize
AB4D logo

BaseUIElement3D Class

BaseUIElement3D is a base abstract for all model UIElement3D classes
Inheritance Hierarchy

Namespace: Ab3d.UIElements
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public abstract class BaseUIElement3D : UIElement3D

The BaseUIElement3D type exposes the following members.

Constructors
 NameDescription
Public methodBaseUIElement3D Constructor
Top
Properties
 NameDescription
Public propertyModel Gets the Model3D of this UIElement3D
Public propertyCode exampleToolTip Gets or sets a object that will be shown as ToolTip when the mouse is over this 3D object.
Top
Methods
 NameDescription
Protected methodStatic memberOnPropertyChanged OnPropertyChanged
Public methodCode exampleRefresh Recreates the Model3D used to display this UIElement3D.
Protected methodStatic memberValidateDoublePropertyValue Returns true if value is valid double
Protected methodStatic memberValidatePositiveDoublePropertyValue Returns true if value is valid double and is positive
Protected methodStatic memberValidatePositiveIntPropertyValue Returns true if value is positive integer
Protected methodStatic memberValidateSize3DPropertyValue Returns true if the value is a valid Size3D object
Protected methodStatic memberValidateSizePropertyValue Returns true if the value is a valid Size object
Top
Extension Methods
 NameDescription
Public Extension MethodDumpHierarchy Display details about the hierarchy of Visual3D children to Debug console (for example to Visual Studio's Immediate window).
(Defined by Extensions)
Public Extension MethodGetName Gets name of the Visual3D that was previously set by SetName extension method.
(Defined by Extensions)
Public Extension MethodSetName Sets Name property to Visual3D. Note that if name is not correct for WPF, it can be corrected (name must start with a letter or the underscore character (_), and must contain only letters, digits, or underscores). In this case the SetName method will set the corrected name to the object and return false (in this case you can call GetName to get the corrected name). True is returned when the original name is set to the object.
(Defined by Extensions)
Top
See Also