Skip to content

Instantly share code, notes, and snippets.

View OhmPopy's full-sized avatar
🏠
Working from home

OhmPopy

🏠
Working from home
View GitHub Profile
@OhmPopy
OhmPopy / ButtonSplit.cpp
Created August 28, 2021 13:22
ButtonSplit Control
#include <Controls/ControlHelper.h>
#include <Controls/IThemeControl.h>
#include <Controls/ButtonSvg/ButtonSplit.h>
#include <Shareds/SharedXamlStore.h>
#include <System/Input/KeyboardNavigation.h>
#include <System/Input/MouseDevice.h>
#include <System/Tools/EventHelper.h>
#include <System/Tools/HwndHelper.h>
#include <System/Tools/VisualTreeHelper.h>
#pragma once
namespace bin
{
namespace SVG
{
enum class SvgElementTypeLogic
{
UNKNOW,
using System.Windows.Markup;
namespace System.Windows.Controls
{
public class animate : Panel, IAddChild{
public string id{get;set;}
public string lang{get;set;}
public string tabindex{get;set;}
///Raw Attribute svg[xml:base]
public string xml_base{get;set;}