Click or drag to resize

ImportedMeshDialog Class

Interaction logic for ImportedMeshDialog.xaml
ImportedMeshDialog
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.WindowsWindow
                  ThemedWindow
                    Demo3D.Visuals.Controls.ImportedMeshDialogImportedMeshDialog

Namespace:  Demo3D.Visuals.Controls.ImportedMeshDialog
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class ImportedMeshDialog : ThemedWindow, 
	IComponentConnector

The ImportedMeshDialog type exposes the following members.

Constructors
  NameDescription
Public methodImportedMeshDialog
Initializes a new instance of the ImportedMeshDialog class
Top
Properties
  NameDescription
Protected propertyAcrylicBackground (Inherited from ThemedWindow.)
Public propertyAcrylicColor (Inherited from ThemedWindow.)
Public propertyAcrylicOpacity (Inherited from ThemedWindow.)
Public propertyActiveGlowColor (Inherited from ThemedWindow.)
Public propertyActualDialogButtons (Inherited from ThemedWindow.)
Public propertyActualWindowKind (Inherited from ThemedWindow.)
Protected propertyContentBorder (Inherited from ThemedWindow.)
Protected propertyContentPresenter (Inherited from ThemedWindow.)
Public propertyControlBoxButtonSet (Inherited from ThemedWindow.)
Public propertyDialogButtonCommandResult (Inherited from ThemedWindow.)
Public propertyDialogButtonResult (Inherited from ThemedWindow.)
Public propertyDialogButtons (Inherited from ThemedWindow.)
Public propertyDialogButtonsSource (Inherited from ThemedWindow.)
Public propertyEnableAcrylic (Inherited from ThemedWindow.)
Protected propertyHeader (Inherited from ThemedWindow.)
Public propertyHeaderBackground (Inherited from ThemedWindow.)
Public propertyHeaderContent (Inherited from ThemedWindow.)
Public propertyHeaderForeground (Inherited from ThemedWindow.)
Public propertyHeaderItemContainerStyle (Inherited from ThemedWindow.)
Public propertyHeaderItemContainerStyleSelector (Inherited from ThemedWindow.)
Public propertyHeaderItems (Inherited from ThemedWindow.)
Public propertyHeaderItemsSource (Inherited from ThemedWindow.)
Public propertyHeaderItemTemplate (Inherited from ThemedWindow.)
Public propertyHeaderItemTemplateSelector (Inherited from ThemedWindow.)
Public propertyIcon (Inherited from ThemedWindow.)
Public propertyInactiveGlowColor (Inherited from ThemedWindow.)
Public propertyIsDialog (Inherited from ThemedWindow.)
Protected propertyLeftPanel (Inherited from ThemedWindow.)
Public propertyLeftPanelContent (Inherited from ThemedWindow.)
Public propertyLeftPanelContentTemplate (Inherited from ThemedWindow.)
Public propertyLeftPanelContentTemplateSelector (Inherited from ThemedWindow.)
Public propertyNavigateBackCommand (Inherited from ThemedWindow.)
Public propertyResizeBorderThickness (Inherited from ThemedWindow.)
Public propertySearchDelay (Inherited from ThemedWindow.)
Public propertySearchItemDisplayMode (Inherited from ThemedWindow.)
Public propertySearchItemFocusShortcut (Inherited from ThemedWindow.)
Public propertySearchItemTemplate (Inherited from ThemedWindow.)
Public propertyShowBackButton (Inherited from ThemedWindow.)
Public propertyShowDescriptionInSearchResults (Inherited from ThemedWindow.)
Public propertyShowDialogFooter (Inherited from ThemedWindow.)
Public propertyShowGlow (Inherited from ThemedWindow.)
Public propertyShowIcon (Inherited from ThemedWindow.)
Public propertyShowLeftPanel (Inherited from ThemedWindow.)
Public propertyShowStatusPanel (Inherited from ThemedWindow.)
Public propertyShowTitle (Inherited from ThemedWindow.)
Public propertyTitleAlignment (Inherited from ThemedWindow.)
Public propertyToolbarItemContainerStyle (Inherited from ThemedWindow.)
Public propertyToolbarItemContainerStyleSelector (Inherited from ThemedWindow.)
Public propertyToolbarItems (Inherited from ThemedWindow.)
Public propertyToolbarItemsSource (Inherited from ThemedWindow.)
Public propertyToolbarItemTemplate (Inherited from ThemedWindow.)
Public propertyToolbarItemTemplateSelector (Inherited from ThemedWindow.)
Public propertyUseGlowColors (Inherited from ThemedWindow.)
Public propertyWindowKind (Inherited from ThemedWindow.)
Public propertyWindowRoot (Inherited from ThemedWindow.)
Top
Methods
  NameDescription
Protected methodArrangeOverride (Inherited from ThemedWindow.)
Public methodCloseDialog (Inherited from ThemedWindow.)
Public methodInitializeComponent
InitializeComponent
Protected methodMeasureOverride (Inherited from ThemedWindow.)
Public methodOnApplyTemplate (Inherited from ThemedWindow.)
Protected methodOnClosed (Inherited from ThemedWindow.)
Protected methodOnClosing (Inherited from ThemedWindow.)
Protected methodOnCreateAutomationPeer (Inherited from ThemedWindow.)
Protected methodOnPreviewKeyDown (Inherited from ThemedWindow.)
Protected methodOnSourceInitialized (Inherited from ThemedWindow.)
Protected methodRecalcWindowKind (Inherited from ThemedWindow.)
Public methodRestoreLayoutFromStream (Inherited from ThemedWindow.)
Public methodRestoreLayoutFromXml (Inherited from ThemedWindow.)
Public methodSaveLayoutToStream (Inherited from ThemedWindow.)
Public methodSaveLayoutToXml (Inherited from ThemedWindow.)
Public methodShowDialog (Inherited from ThemedWindow.)
Public methodShowDialog(IEnumerableUICommand) (Inherited from ThemedWindow.)
Public methodShowDialog(MessageBoxButton, NullableMessageBoxResult) (Inherited from ThemedWindow.)
Protected methodUpdateControlBoxContainer (Inherited from ThemedWindow.)
Top
Events
  NameDescription
Public eventBackRequested (Inherited from ThemedWindow.)
Public eventItemFiltering (Inherited from ThemedWindow.)
Public eventItemsFiltered (Inherited from ThemedWindow.)
Public eventItemsRequested (Inherited from ThemedWindow.)
Top
See Also