| Name | Description |
| ActualHeight | Gets the rendered height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| ActualWidth | Gets the rendered width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| AllowCancelDownload |
Gets or sets a value that indicates whether users are allowed to cancel the download progress for the current navigated source.
|
| AllowDrop | Gets or sets a value that determines whether this System.Windows.UIElement can be a drop target for purposes of Silverlight drag-and-drop operations. (Inherited from System.Windows.UIElement) |
| AllowNestedFrameNavigation |
Gets or sets a value that indicates whether this frame can host nested frames to support child navigation.
|
| ApplicationID |
Gets the unique identifier that represents the application associated to this frame.
|
| ApplicationUri |
Gets the unique resource identifier (URI) of the application associated to this frame.
|
| AutoDetectNavigationDirection |
Gets or sets a value that indicates whether the navigation direction should be automatically detected.
When set to true, this property works with page transition and transition effect to automatically determines
which transition to be applied based on the navigation direction.
|
| AutoMapApplications |
Gets or sets a value that indicates whether this frame should automatically map the current source
against the Applications collection defined in global UXShell instance.
|
| Background | Gets or sets a brush that provides the background of the control. (Inherited from System.Windows.Controls.Control) |
| BackTransitionEffect |
Gets or sets the transition effect when a back navigation occurs.
|
| BorderBrush | Gets or sets a brush that describes the border background of a control. (Inherited from System.Windows.Controls.Control) |
| BorderThickness | Gets or sets the border thickness of a control. (Inherited from System.Windows.Controls.Control) |
| BusyIndicatorLatency | Gets or sets the latency in seconds to wait before the busy indicator is displayed after the IsBusy is set to true. |
| BusyIndicatorTemplate | Gets or sets the template that represents busy indicator when the IsBusy is true. |
| CacheMode | Gets or sets a value that indicates that rendered content should be cached when possible. (Inherited from System.Windows.UIElement) |
| CacheSize | (Inherited from System.Windows.Controls.Frame) |
| CanGoBack | (Inherited from System.Windows.Controls.Frame) |
| CanGoForward | (Inherited from System.Windows.Controls.Frame) |
| CharacterSpacing | Gets or sets the distance between characters of text in the control measured in 1000ths of the font size. (Inherited from System.Windows.Controls.Control) |
| Clip | Gets or sets the System.Windows.Media.Geometry used to define the outline of the contents of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
| Content | Gets or sets the value of the System.Windows.Controls.ContentControl dependency property. (Inherited from System.Windows.Controls.ContentControl) |
| ContentLoader | (Inherited from System.Windows.Controls.Frame) |
| ContentTemplate | Gets or sets the data template that is used to display the content of the System.Windows.Controls.ContentControl. (Inherited from System.Windows.Controls.ContentControl) |
| CornerRadius |
Represents the radius of a border's corner. The radius can't be negative.
|
| CurrentApplication |
Gets the current ApplicationPackage that loaded to this frame.
|
| CurrentSource | (Inherited from System.Windows.Controls.Frame) |
| Cursor | Gets or sets the cursor image that displays while the mouse pointer is over a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| DataContext | Gets or sets the data context for a System.Windows.FrameworkElement when it participates in data binding. (Inherited from System.Windows.FrameworkElement) |
| DefaultTransitionEffect |
Gets or sets the default transition for this frame. The default transition
is used when the frame is unable to determine the navigation mode or direction.
|
| DesiredSize | Gets the size that this System.Windows.UIElement computed during the measure pass of the layout process. (Inherited from System.Windows.UIElement) |
| Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) |
| DisplayFragmentInBrowser |
Gets or sets a value that indicates whether this frame should display the fragment of the current journal in the browser.
|
| Effect | Gets or sets the pixel shader effect to use for rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
| EnablePageTransition |
Gets or sets a value that indicates whether visual transition should be applied when a new page navigation occurred.
|
| ErrorStyle |
Specifies the style applied in the error page.
|
| FlowDirection | Gets or sets the direction that text and other user interface elements flow within any parent element that controls their layout. (Inherited from System.Windows.FrameworkElement) |
| FontFamily | Gets or sets the font used to display text in the control. (Inherited from System.Windows.Controls.Control) |
| FontSize | Gets or sets the size of the text in this control. (Inherited from System.Windows.Controls.Control) |
| FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from System.Windows.Controls.Control) |
| FontStyle | Gets or sets the style in which the text is rendered. (Inherited from System.Windows.Controls.Control) |
| FontWeight | Gets or sets the thickness of the specified font. (Inherited from System.Windows.Controls.Control) |
| Foreground | Gets or sets a brush that describes the foreground color. (Inherited from System.Windows.Controls.Control) |
| ForwardTransitionEffect |
Gets or sets the transition effect when a forward navigation occurs.
|
| FrameLevel |
Gets the depth level of the the UXFrame in the visual hierarchy.
|
| Height | Gets or sets the suggested height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| History |
Gets the JournalHistory instance for journal management of this control.
This property is applicable only when AllowNestedFrameNavigation property is set to true.
|
| HorizontalAlignment | Gets or sets the horizontal alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from System.Windows.FrameworkElement) |
| HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from System.Windows.Controls.Control) |
| IsAuthenticated | Gets a value indicating whether the associated User is authenticated. |
| IsAuthenticating | Gets or sets a value indicating whether the UXFrame is currently performing authentication process.
When the property is set to true, the UXFrame will delay the navigation process until the authentication process is done. |
| IsBusy | Gets or sets a value indicating whether the page hosted by this UXFrame is in busy state. |
| IsEnabled | Gets or sets a value indicating whether the user can interact with the control. (Inherited from System.Windows.Controls.Control) |
| IsHitTestVisible | Gets or sets whether the contained area of this System.Windows.UIElement can return true values for hit testing. (Inherited from System.Windows.UIElement) |
| IsInitializing | Gets or sets a value indicating whether the UXFrame is currently waiting for asynchronous initialization to complete.
When the property is set to true, the UXFrame will delay the navigation process until the initialization process is completed. |
| IsLoading |
Gets a value that determines whether this frame is currently in loading progress.
|
| IsPrimaryNavigator |
Gets or sets a value that indicates whether this frame is the primary navigator when multiple frames existed in a page.
By default, the navigation bar and commands is bound to the primary navigator when querying the navigation status or
when executing navigation commands.
|
| IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from System.Windows.Controls.Control) |
| JournalOwnership | (Inherited from System.Windows.Controls.Frame) |
| Language | Gets or sets localization/globalization language information that applies to a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| LoaderAppearance |
Specifies the mode that determines the visual appearance of the loader.
The loader is shown when the frame is loading an external ApplicationPackage and the ShowLoadingProgress is set to true.
|
| LoaderStyle |
Specifies the style applied in the loader page.
|
| LoadingTransitionEffect |
Gets or sets the transition effect when the frame is loading an external source.
|
| Margin | Gets or sets the outer margin of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| MaxHeight | Gets or sets the maximum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| MaxWidth | Gets or sets the maximum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| MinHeight | Gets or sets the minimum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| MinWidth | Gets or sets the minimum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| Name | Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from System.Windows.FrameworkElement) |
| NavigationState |
Gets a value that represents the URI of the current navigation state.
The value also combines the URI of the active child navigators, i.e., /Products/Category
|
| NewTransitionEffect |
Gets or sets the transition effect when a new navigation occurs.
|
| Opacity | Gets or sets the degree of the object's opacity. (Inherited from System.Windows.UIElement) |
| OpacityMask | Gets or sets the brush used to alter the opacity of regions of this object. (Inherited from System.Windows.UIElement) |
| OriginalSource |
Gets a value that represents the original URI of the current source before mapped (for WPF compatibility purpose).
|
| Padding | Gets or sets the padding inside a control. (Inherited from System.Windows.Controls.Control) |
| Parent | Gets the parent object of this System.Windows.FrameworkElement in the object tree. (Inherited from System.Windows.FrameworkElement) |
| PresenterStyle |
Gets or sets the style to apply to the presenter element.
|
| ProgressText |
Gets or sets the text displayed during download progress.
|
| Projection | Gets or sets the perspective projection (3-D effect) to apply when rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
| RedirectUri |
Gets or sets the uniform resource identifier (URI) that will be navigated when the authentication is requested.
|
| ReloadContentOnChildNavigation |
Gets or sets a value indicating whether the frame's content should be navigated when a child navigation occurred.
|
| RenderSize | Gets the final render size of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
| RenderTransform | Gets or sets transform information that affects the rendering position of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
| RenderTransformOrigin | Gets or sets the origin point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
| Resources | Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from System.Windows.FrameworkElement) |
| RestoreVirtualizedUri |
Determines whether virtual Uris should be restored after mapped.
|
| ShowLoadingProgress |
Gets or sets a value that indicates whether the frame should display the loading progress of currently downloaded source.
|
| Source | (Inherited from System.Windows.Controls.Frame) |
| Style | Gets or sets an instance System.Windows.Style that is applied for this object during rendering. (Inherited from System.Windows.FrameworkElement) |
| TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from System.Windows.Controls.Control) |
| TabNavigation | Gets or sets a value that modifies how tabbing and System.Windows.Controls.Control.TabIndex work for this control. (Inherited from System.Windows.Controls.Control) |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from System.Windows.FrameworkElement) |
| Template | Gets or sets a control template. (Inherited from System.Windows.Controls.Control) |
| TransitionDuration |
Gets or sets the duration of the transition effect in seconds. If not specified, the default value is 0.3.
|
| TransitionLatency |
Gets or sets the time span (in seconds) to wait before the transition is performed.
This property only applies when TransitionStrategy is set to WaitContentReady.
|
| TransitionStrategy |
Gets or sets a value that determines how the control handles the transition process.
|
| Triggers | Gets the collection of triggers for animations that are defined for a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
| UriMapper | (Inherited from System.Windows.Controls.Frame) |
| UriMappingScope |
Gets or sets a value that determines the URI mapping scope applied to this navigation frame.
|
| UseCachedVisualForTransition |
Gets or sets a value indicating whether a cached visual should be used instead of the actual element when performing transition.
|
| UseGlobalShell |
Gets or sets a value that indicates whether this frame should use global UXShell instance if available.
|
| UseLayoutRounding | Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from System.Windows.UIElement) |
| User | Gets or sets the System.Security.Principal.IPrincipal object representing the user to be authenticated. |
| VerticalAlignment | Gets or sets the vertical alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from System.Windows.FrameworkElement) |
| VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from System.Windows.Controls.Control) |
| VirtualPaths |
Gets a collection of VirtualPath objects that associated to this frame.
|
| Visibility | Gets or sets the visibility of a System.Windows.UIElement. A System.Windows.UIElement that is not visible does not render and does not communicate its desired size to layout. (Inherited from System.Windows.UIElement) |
| Width | Gets or sets the width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |