@ -0,0 +1,35 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialButtonView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialButtonView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialButtonView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,49 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialButtonView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialButton"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A Button with a raised animation on mouse over and a customizable ink animation on MousePress. It uses the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialButton.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialCheckBoxView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialCheckBoxView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialCheckBoxView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,46 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialCheckBoxView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialCheckBox"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A CheckBox with transition animations when the checked state is changed. It uses the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialCheckBox.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialComboBoxView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialComboBoxView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialComboBoxView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,48 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialComboBoxView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialComboBox"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>MaterialComboBox is a ComboBox that is using the Material Brushes and contains MaterialComboBoxItems.</Run> |
||||
|
<LineBreak /> |
||||
|
<Run>MaterialComboBoxItems are ComboBoxItems that are using the Material Brushes. They use an ink animation when they are selected.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialComboBox.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,59 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialControlsView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialControlsView : MaterialDemoView |
||||
|
{ |
||||
|
|
||||
|
|
||||
|
|
||||
|
#region Constructors |
||||
|
|
||||
|
public MaterialControlsView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
|
||||
|
#endregion |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,56 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialControlsView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialControls"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>The Material controls redefine the base controls by adding smooth animations and special effects. They also combine the base controls together to create new controls.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>The Material controls include a set of complimentary accent brush and foreground.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialControls.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,41 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Windows.Media; |
||||
|
|
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer |
||||
|
{ |
||||
|
public class MaterialDemoView : DemoView |
||||
|
{ |
||||
|
#region Constructor |
||||
|
|
||||
|
public MaterialDemoView() |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
|
||||
|
#endregion |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialDropDownView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialDropDownView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialDropDownView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,49 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialDropDownView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialDropDown"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A DropDownButton from the Xceed Wpf Toolkit with animations when opening the popup. It uses the MaterialButton animations and the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialDropDown.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialFrameView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialFrameView : DemoView |
||||
|
{ |
||||
|
public MaterialFrameView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,48 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:DemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialFrameView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:conv="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Converters" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialFrame"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A ContentControl with a fully customizable shadow that can be modified through Shadow properties or with a Z property that enables predefined shadows.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialFrame.png" Width="600" Height="400"/> |
||||
|
</local:DemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialListBoxView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialListBoxView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialListBoxView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,50 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialListBoxView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialListBox & MaterialListBoxItem"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>MaterialListBox is a ListBox that is using the Material Brushes and contains MaterialListBoxItems.</Run> |
||||
|
<LineBreak /> |
||||
|
<Run>MaterialListBoxItems are ListBoxItems that are using the Material Brushes. They use an ink animation when they are selected.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialListBox.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,50 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
using System.Windows.Media.Animation; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialProgressBarCircularView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialProgressBarCircularView : MaterialDemoView |
||||
|
{ |
||||
|
#region Constructors |
||||
|
|
||||
|
public MaterialProgressBarCircularView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
|
||||
|
} |
||||
|
|
||||
|
#endregion |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,60 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialProgressBarCircularView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialProgressBarCircular"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A circular ProgressBar that uses the Material Brushes. It contains properties to animate the indeterminate state.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
<local:DemoView.Resources> |
||||
|
<ResourceDictionary> |
||||
|
<ResourceDictionary.MergedDictionaries> |
||||
|
<ResourceDictionary Source="../Resources/CommonResources.xaml" /> |
||||
|
</ResourceDictionary.MergedDictionaries> |
||||
|
</ResourceDictionary> |
||||
|
</local:DemoView.Resources> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialProgressBarCircular.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,50 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
using System.Windows.Media.Animation; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialProgressBarView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialProgressBarView : MaterialDemoView |
||||
|
{ |
||||
|
#region Constructors |
||||
|
|
||||
|
public MaterialProgressBarView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
|
||||
|
#endregion |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,57 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialProgressBarView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialProgressBar"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A linear ProgressBar that uses the Material Brushes. It contains properties to animate the indeterminate state.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
<local:DemoView.Resources> |
||||
|
<ResourceDictionary> |
||||
|
<ResourceDictionary.MergedDictionaries> |
||||
|
<ResourceDictionary Source="../Resources/CommonResources.xaml" /> |
||||
|
</ResourceDictionary.MergedDictionaries> |
||||
|
</ResourceDictionary> |
||||
|
</local:DemoView.Resources> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialProgressBar.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialRadioButtonView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialRadioButtonView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialRadioButtonView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,46 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialRadioButtonView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialRadioButton"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A RadioButton with transition animations when the checked state is changed. It uses the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialRadioButton.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,37 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
using System.Windows.Media; |
||||
|
using System.Windows.Media.Imaging; |
||||
|
using Xceed.Wpf.Toolkit.Panels; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialSliderView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialSliderView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialSliderView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,63 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialSliderView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
xmlns:winConv="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer.Samples.Window.Converters" |
||||
|
Title="MaterialSlider"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A Slider with customizable and animated thumb and bubble that is using the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialSlider.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialSwitchView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialSwitchView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialSwitchView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,48 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialSwitchView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialSwitch"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A ToggleSwitch from the Xceed WPF Toolkit with thumb animations when Checked state is changed and that is using the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialSwitch.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialTabsView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialTabsView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialTabsView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,57 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialTabsView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialTabControl & MaterialTabItem"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>MaterialTabControl is a a TabControl with animated transitions when the current selection is changed. Is is using the Material Brushes and contains MaterialTabItems.</Run> |
||||
|
<LineBreak /> |
||||
|
<Run>MaterialTabItems are TabItems that are using the Material Brushes and who contains customizable ink animations on mouse press.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialTabs.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialTextFieldView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialTextFieldView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialTextFieldView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,56 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialTextFieldView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
xmlns:sample="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Data" |
||||
|
Title="MaterialTextField"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A TextBox containing a customizable animated watermark that remains active when text is entered. It uses the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialTextField.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,38 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
using System.Windows.Media; |
||||
|
using System.Windows.Media.Imaging; |
||||
|
using Xceed.Wpf.Toolkit.Panels; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialToastView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialToastView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialToastView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,55 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialToastView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialToast"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A ContentControl that can be customized to display a content in any corner of any window or FrameworkElement. It is using the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialToast.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary> |
||||
|
/// Interaction logic for MaterialToolTipView.xaml |
||||
|
/// </summary> |
||||
|
public partial class MaterialToolTipView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialToolTipView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,52 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialToolTipView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialToolTip"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A ToolTip with animations when opening. It is using the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
<local:DemoView.Resources> |
||||
|
<ResourceDictionary> |
||||
|
<ResourceDictionary.MergedDictionaries> |
||||
|
<ResourceDictionary Source="../Resources/CommonResources.xaml" /> |
||||
|
</ResourceDictionary.MergedDictionaries> |
||||
|
</ResourceDictionary> |
||||
|
</local:DemoView.Resources> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialToolTip.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,29 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
************************************************************************************/ |
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Globalization; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Windows.Data; |
||||
|
|
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Converters |
||||
|
{ |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
@ -0,0 +1,27 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
************************************************************************************/ |
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Globalization; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Windows.Controls; |
||||
|
|
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Data |
||||
|
{ |
||||
|
|
||||
|
|
||||
|
} |
||||
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
@ -0,0 +1,25 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"> |
||||
|
|
||||
|
<DataTemplate x:Key="ColorItemTemplate"> |
||||
|
<Rectangle Fill="{Binding}" |
||||
|
Width="{Binding ActualWidth, RelativeSource={RelativeSource AncestorType={x:Type ComboBox}}}" |
||||
|
Height="20" /> |
||||
|
</DataTemplate> |
||||
|
</ResourceDictionary> |
||||
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,49 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialButtonView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialButton"> |
||||
|
<local:DemoView.Description> |
||||
|
<!-- TODODOC--> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A Button with a raised animation on mouse over and a customizable ink animation on MousePress. It uses the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialButton.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,35 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// Interaction logic for MaterialButtonView.xaml
|
||||
|
/// </summary>
|
||||
|
public partial class MaterialButtonView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialButtonView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,46 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialCheckBoxView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialCheckBox"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A CheckBox with transition animations when the checked state is changed. It uses the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialCheckBox.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// Interaction logic for MaterialCheckBoxView.xaml
|
||||
|
/// </summary>
|
||||
|
public partial class MaterialCheckBoxView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialCheckBoxView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,48 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialComboBoxView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialComboBox"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>MaterialComboBox is a ComboBox that is using the Material Brushes and contains MaterialComboBoxItems.</Run> |
||||
|
<LineBreak /> |
||||
|
<Run>MaterialComboBoxItems are ComboBoxItems that are using the Material Brushes. They use an ink animation when they are selected.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialComboBox.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// Interaction logic for MaterialComboBoxView.xaml
|
||||
|
/// </summary>
|
||||
|
public partial class MaterialComboBoxView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialComboBoxView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,56 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialControlsView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialControls"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>The Material controls redefine the base controls by adding smooth animations and special effects. They also combine the base controls together to create new controls.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>The Material controls include a set of complimentary accent brush and foreground.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialControls.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,59 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// Interaction logic for MaterialControlsView.xaml
|
||||
|
/// </summary>
|
||||
|
public partial class MaterialControlsView : MaterialDemoView |
||||
|
{ |
||||
|
|
||||
|
|
||||
|
|
||||
|
#region Constructors
|
||||
|
|
||||
|
public MaterialControlsView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
|
||||
|
#endregion
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,41 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Windows.Media; |
||||
|
|
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer |
||||
|
{ |
||||
|
public class MaterialDemoView : DemoView |
||||
|
{ |
||||
|
#region Constructor
|
||||
|
|
||||
|
public MaterialDemoView() |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
|
||||
|
#endregion
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,49 @@ |
|||||
|
<!--************************************************************************************* |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license |
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit |
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids |
||||
|
|
||||
|
***********************************************************************************--> |
||||
|
<local:MaterialDemoView x:Class="Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views.MaterialDropDownView" |
||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
|
xmlns:local="clr-namespace:Xceed.Wpf.Toolkit.LiveExplorer" |
||||
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" |
||||
|
xmlns:sys="clr-namespace:System;assembly=mscorlib" |
||||
|
Title="MaterialDropDown"> |
||||
|
<local:DemoView.Description> |
||||
|
<Paragraph FontSize="14" |
||||
|
FontFamily="Segoe"> |
||||
|
<Run>A DropDownButton from the Xceed Wpf Toolkit with animations when opening the popup. It uses the MaterialButton animations and the Material Brushes.</Run> |
||||
|
<LineBreak /> |
||||
|
<LineBreak /> |
||||
|
<Run>This feature is only available in the "Plus" version.</Run> |
||||
|
<LineBreak /> |
||||
|
<Hyperlink NavigateUri="http://www.xceed.com/Extended_WPF_Toolkit_Intro.html" RequestNavigate="Hyperlink_RequestNavigate"> |
||||
|
Click here for more details about Xceed Extended WPF Toolkit Plus. |
||||
|
</Hyperlink> |
||||
|
</Paragraph> |
||||
|
</local:DemoView.Description> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<Image Source="..\OpenSourceImages\MaterialDropDown.png" Width="600" Height="400"/> |
||||
|
</local:MaterialDemoView> |
||||
@ -0,0 +1,34 @@ |
|||||
|
/************************************************************************************** |
||||
|
|
||||
|
Extended WPF Toolkit |
||||
|
|
||||
|
Copyright (C) 2007-2015 Xceed Software Inc. |
||||
|
|
||||
|
This program is provided to you under the terms of the Microsoft Public |
||||
|
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
|
||||
|
|
||||
|
For more features, controls, and fast professional support, |
||||
|
pick up the Plus Edition at http://xceed.com/wpf_toolkit
|
||||
|
|
||||
|
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
|
||||
|
|
||||
|
**************************************************************************************/ |
||||
|
|
||||
|
|
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Windows; |
||||
|
using System.Windows.Controls; |
||||
|
namespace Xceed.Wpf.Toolkit.LiveExplorer.Samples.MaterialControls.Views |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// Interaction logic for MaterialDropDownView.xaml
|
||||
|
/// </summary>
|
||||
|
public partial class MaterialDropDownView : MaterialDemoView |
||||
|
{ |
||||
|
public MaterialDropDownView() |
||||
|
{ |
||||
|
InitializeComponent(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||