BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hello Syncfusion Team,
We have a similar requirement. Could I get a copy of the sample? The attached sample is not downloadable.
Best Regards,
Yash
<Style x:Key="SyncfusionChromelessWindowStyleCustomized" TargetType="{x:Type local1:ChromelessWindow}">
<Setter Property="ResizeGripStyle" Value="{StaticResource ResizeStyle}" />
<Setter Property="TitleTextAlignment" Value="Right" />
<Setter Property="ResizeBorderThickness" Value="2" />
<Setter Property="SnapsToDevicePixels" Value="False" />
<Setter Property="Icon" Value="pack://application:,,,/Syncfusion.Shared.WPF;component/Controls/ChromelessWindow/Resources/app.png" />
<Setter Property="CornerRadius" Value="0" />
<Setter Property="FontFamily" Value="{StaticResource MetroFontFamily}" />
<Setter Property="TitleBarForeground" Value="{StaticResource MetroForegroundBrush}" />
<Setter Property="MinWidth" Value="140" />
<Setter Property="MinHeight" Value="40" />
<Setter Property="Margin" Value="25" />
<Setter Property="TitleBarBackground" Value="{StaticResource SyncMetroTitleBarBackgroundBrush}" />
<Setter Property="Background" Value="Red" />
<Setter Property="ResizeBorderBrush" Value="{StaticResource SyncMetroTitleBarBackgroundBrush}" />
<Setter Property="MinimizeButtonTemplate" Value="{StaticResource MinimizeBlue}" />
<Setter Property="MaximizeButtonTemplate" Value="{StaticResource MaximizeBlue}" />
<Setter Property="RestoreButtonTemplate" Value="{StaticResource RestoreBlue}" />
<Setter Property="CloseButtonTemplate" Value="{StaticResource CloseBlue}" />
<Setter Property="TitleBarTemplate" Value="{StaticResource Office2010BlueTitleBarTemplate}" />
<Setter Property="BorderThickness" Value="0.5" />
<Setter Property="IconAlignment" Value="Right"/>
|
<syncfusion:ChromelessWindow x:Class="ChromelessWindow_Check.Chromeless"
xmlns:local="clr-namespace:ChromelessWindow_Check"
TitleTextAlignment="Center" WindowStartupLocation="CenterScreen"
Title="Chromeless_MessageBox" Height="250" Width="350" Style="{StaticResource MetroChromelessWindowStyle}">
|