How to align label #1521
Unanswered
toothedsnake
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now


I need
Code
`public RectangularSection[] Sections { get; set; } =
{
new RectangularSection
{
Xi = 2,
Xj = 2,
Stroke = new SolidColorPaint
{
Color = SKColors.LightGray,
StrokeThickness = 2,
}
},
new RectangularSection
{
Xj = 2,
Label ="stim.Right",
LabelSize=12,
ZIndex = 2,
LabelPaint = new SolidColorPaint
{
Color= SKColors.Red,
FontFamily = "Nunito",
};`
Beta Was this translation helpful? Give feedback.
All reactions