Skip to content
Discussion options

You must be logged in to vote

<Window
    x:Class="BorderlessWindow.MainWindow"
    xmlns="https://github.com/avaloniaui"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    Title="BorderlessWindow"
    Width="400"
    Height="300"
    d:DesignHeight="450"
    d:DesignWidth="800"
    Background="Transparent"
    BorderBrush="Transparent"
    BorderThickness="0"
    CanResize="False"
    DragDrop.AllowDrop="True"
    ExtendClientAreaChromeHints="NoChrome"
    ExtendClientAreaTitleBarHeightHint="-1"
    ExtendClientAreaToDecorationsHint="False"
    SystemDecorations="None"

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@emako
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BonanzaBegin
Comment options

Answer selected by emako
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants