C# Class Open.Core.UI.Controls.AcceptCancelPresenter

A control that wraps content within an Accept/Cancel dialog frame.
Use the 'AcceptCancelPresenter.xaml' template style.
Inheritance: System.Windows.Controls.ContentControl
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
TopShadowHeightProperty System.Windows.DependencyProperty
TopShadowOpacityProperty System.Windows.DependencyProperty

Public Methods

Method Description
AcceptCancelPresenter ( ) : System.Windows

Method Details

AcceptCancelPresenter() public method

public AcceptCancelPresenter ( ) : System.Windows
return System.Windows

Property Details

TopShadowHeightProperty public static property

Gets or sets the height of the drop-shadow at the top of the control.
public static DependencyProperty,System.Windows TopShadowHeightProperty
return System.Windows.DependencyProperty

TopShadowOpacityProperty public static property

Gets or sets the opacity of the drop-shadow at the top of the control.
public static DependencyProperty,System.Windows TopShadowOpacityProperty
return System.Windows.DependencyProperty