Skip to main content

WindowsUIView Properties

A DocumentManager View that allows you to create Windows 10-like applications.
Name Description
ActionButtonBackgroundImages Gets or sets the object that stores images used as custom background images for Navigation Bar actions.
ActiveContentContainer Gets the content container currently displayed within the current WindowsUIView.
ActiveDocument Gets the active document. Inherited from BaseView.
ActiveFloatDocument Gets the active floating document. Inherited from BaseView.
ActiveFlyoutContainer Gets the currently displayed Flyout.
AddTileWhenCreatingDocument Gets or sets whether a corresponding Tile should be automatically generated each time a new Document is added to the current WindowsUIView.
AllowCaptionDragMove Gets or sets whether end-users can drag the WindowsUIView‘s caption area to move the parent form.
AllowHotkeyNavigation This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class.
AllowResetLayout Gets or sets whether the current DocumentManager‘s layout can be reset to default. Inherited from BaseView.
Appearance Contains appearance settings for the current View. Inherited from BaseView.
AppearanceActionsBar Provides access to appearance settings used to paint the current WindowsUIView‘s navigation bars.
AppearanceActionsBarButton Provides access to appearance settings used to paint the current WindowsUIView‘s navigation bar actions.
AppearanceCaption Provides access to appearance settings used to paint the current WindowsUIView‘s caption.
AppearanceSearchPanel Provides access to the Search Panel appearance settings.
AppearanceSplashScreen Provides access to appearance settings of the current WindowsUIView‘s splash screen.
BackgroundImage Gets or sets the current DocumentManager‘s background image. Inherited from BaseView.
BackgroundImageLayoutMode Gets or sets the background image layout as defined in the ImageLayoutMode enumeration. Inherited from BaseView.
BackgroundImageStretchMargins Gets or sets stretching margins for a DocumentManager‘s background image in a View. Inherited from BaseView.
Bounds Gets the visual bounds of the current object. Inherited from BaseView.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Caption Gets or sets the current WindowsUIView‘s caption.
Container Gets the IContainer that contains the Component. Inherited from Component.
ContentContainerActions Provides access to Custom Navigation Bar Actions common to all Content Containers within the current WindowsUIView.
ContentContainers Provides access to the Content Containers collection used within the current WindowsUIView.
Controller Provides access to the current WindowsUIView‘s Controller.
CustomResizeZoneThickness Gets or sets the resize zone thickness. Inherited from BaseView.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DetailContainerProperties Provides access to properties of content containers that display individual documents, hosted within all SplitGroup and SlideGroup content containers that belong to this WindowsUIView.
DocumentProperties Provides access to properties common to all documents within the current View. Inherited from BaseView.
Documents Stores all documents displayed within the View. Inherited from BaseView.
DocumentSelectorProperties Provides access to appearance settings used for a Document Selector within the current view. Inherited from BaseView.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FloatDocuments Provides access to floating documents. Inherited from BaseView.
FloatDocumentsAlwaysOnTop The FloatDocumentsAlwaysOnTop property is in effect only in Tabbed and Widget Views. See this link for more information: BaseView.FloatDocumentsAlwaysOnTop.
FloatingDocumentContainer This member supports the internal infrastructure, and is not intended to be used directly from your code.
FloatPanels This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseView.
FlyoutProperties Provides access to general settings common to all Flyouts within the WindowsUIView.
IsDisposing Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsDocumentSelectorVisible Gets if a document selector for this BaseView is currently visible. Inherited from BaseView.
IsEmpty Gets whether a View is empty. Inherited from BaseView.
IsFocused Gets whether any document within the current View has focus. Inherited from BaseView.
IsInitialized Indicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializing Returns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsLoaded Gets whether the current object has been loaded. Inherited from BaseView.
IsLoading Gets whether the current object is being loaded. Inherited from BaseView.
IsLoadingAnimationInProgress Gets whether loading indicator animation is currently running within this View. Inherited from BaseView.
IsTransitionAnimationInProgress Gets whether transition animation is currently running within this WindowsUIView.
IsUpdateLocked Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
Items This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseView.
LoadingIndicatorProperties Provides access to appearance settings used for a loading indicator within the current BaseView. Inherited from BaseView.
Manager Gets a DocumentManager that owns the current View. Inherited from BaseView.
OptionsLayout Gets the object containing properties related to the current View’s layout. Inherited from BaseView.
OverviewContainerProperties Provides access to settings common for all Overview Screens within the current WindowsUIView.
Padding This is an internal property that should not be used. Inherited from BaseView.
PageGroupProperties Provides access to settings used for all PageGroups within the current WindowsUIView.
PageProperties Provides access to properties common to all Pages within the current WindowsUIView.
SearchPanelProperties Provides access to the Search Panel properties.
Site Gets or sets the ISite of the Component. Inherited from Component.
SlideGroupProperties Provides access to settings common for all SlideGroups within the current WindowsUIView.
SplashScreenProperties Provides access to detailed settings of the current WindowsUIView‘s splash screen.
SplitGroupProperties Provides access to settings common for all SplitGroups within the current WindowsUIView.
Style Gets or sets the View style. Inherited from BaseView.
TabbedGroupProperties Provides access to properties common to all TabbedGroup containers within this WindowsUIView.
TileContainerProperties Provides access to settings common for all TileContainers within the current WindowsUIView.
TileProperties Provides access to settings common for all Tiles within the current WindowsUIView.
Tiles Provides zero-based indexed access to a collection of Tiles contained within the current WindowsUIView.
Type Gets the current WindowsUIView‘s type.
UseDocumentSelector The Document Selector is not supported for WindowsUIView.
UseLoadingIndicator Gets or sets if a loading indicator for deferred load should be used. Inherited from BaseView.
UseSnappingEmulation Gets or sets whether this BaseView uses snapping emulation for its child documents. Inherited from BaseView.
UseSplashScreen Gets or sets if a splash screen on the application start-up is used.
UseTransitionAnimation Gets or sets whether animation is enabled when navigating through Documents.
WindowsDialogProperties Gets an object containing settings related to the current DocumentManager‘s Windows dialog. Inherited from BaseView.
ZoomLevel Gets the type of the currently displayed WindowsUIView‘s screen.
See Also