Skip to content
#

noesisgui

Here are 6 public repositories matching this topic...

Language: All
Filter by language
nesterenko-kv
nesterenko-kv commented Oct 5, 2017

Here few useful aliases and mixins:

alias SolidColorBrush(key, color) 
{
  SolidColorBrush Key=$key
  {
    Color: $color
  }
}

alias Thickness(key, left, top, right, bottom) 
{
  Thickness Key=$key
  {
    Left: $left
    Top: $top
    Right: $right
    Bottom: $bottom
  }
}

mixin Size(width=none, height=none) for FrameworkElement
{
  Width: $width
  Height: $height

Improve this page

Add a description, image, and links to the noesisgui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the noesisgui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.