Exemplo n.º 1
0
		public StyleBase()
		{
			Width = new WidthProperty();
			Height= new HeightProperty();
			Padding = new PaddingProperty();
			Margin = new MarginProperty();
			FontSize = new FontSizeProperty();

			Color=string.Empty;
			BackgroundColor=string.Empty;
		}
Exemplo n.º 2
0
        public StyleBase()
        {
            Width    = new WidthProperty();
            Height   = new HeightProperty();
            Padding  = new PaddingProperty();
            Margin   = new MarginProperty();
            FontSize = new FontSizeProperty();

            Color           = string.Empty;
            BackgroundColor = string.Empty;
        }