Dreto
Dreto
CC#
Created by Dreto on 2/4/2023 in #help
❔ .Net Maui [Problem with Tab from TabBar]
So i have a css and a tabbar with 2 tabs in it both linked to a css styling file yet i can't seem to make the border of the tabs be squares instead of semi rounded like they come by default i did setup StyleClass="myTab" on them still no result. Could anyone help me with pointing out how i can make them be radius 0 instead of rounded ?
4 replies
CC#
Created by Dreto on 12/22/2022 in #help
❔ Publishing to Ubuntu(SSL Cert)
2 replies
CC#
Created by Dreto on 9/9/2022 in #help
How can i achieve something like this
public class Test
{
public string Name{get;set;}
}

//And i want to do
Test.Add(new string Surname)

//Result
public class Test
{
public string Name{get;set;}
public string Surname{get;set;}
}
public class Test
{
public string Name{get;set;}
}

//And i want to do
Test.Add(new string Surname)

//Result
public class Test
{
public string Name{get;set;}
public string Surname{get;set;}
}
15 replies