Replies: 1 comment 1 reply
-
I'll have a look. I don't think it is possible at the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
@pgundlach,
I have a
<Paragraph>
inside a<Textblock>
(which is inside a<Frame>
).Using
<DefineTextformat>
, I can havepadding-top
.<Paragraph>
allowspadding-left
andpadding-left
andpadding-right
.But how can I get
padding-bottom
for<Paragraph>
(or for<DefineTextformat>
)?BTW, I think it might make sense to allow a global
padding
attribute (which would give values for all [four] paddings).Many thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions