<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Visual Text Alignment Formatting Option in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Text-Alignment-Formatting-Option/m-p/1251963#M24927</link>
    <description>Wow, it's really that simple &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks.</description>
    <pubDate>Mon, 27 Jul 2020 07:43:29 GMT</pubDate>
    <dc:creator>WouterBo</dc:creator>
    <dc:date>2020-07-27T07:43:29Z</dc:date>
    <item>
      <title>Custom Visual Text Alignment Formatting Option</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Text-Alignment-Formatting-Option/m-p/1245472#M24899</link>
      <description>&lt;P&gt;In the MS Line Chart visual, in the formatting options under "Title" there is a formatting option for alignment, showing three icons for Left, Center and Right alignment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use these in my own visual? Is there an option that I can use in my capabilities.json file or should I use the&amp;nbsp;&lt;SPAN&gt;enumerateObjectInstances() function for this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:03:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Text-Alignment-Formatting-Option/m-p/1245472#M24899</guid>
      <dc:creator>WouterBo</dc:creator>
      <dc:date>2020-07-23T15:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Text Alignment Formatting Option</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Text-Alignment-Formatting-Option/m-p/1246203#M24904</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/247681"&gt;@WouterBo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You do this in &lt;FONT face="courier new,courier"&gt;capabilities.json&lt;/FONT&gt; using the &lt;FONT face="courier new,courier"&gt;type&lt;/FONT&gt; property:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;"type": {
    "formatting": {
        "alignment": true
    }
}&lt;/LI-CODE&gt;
&lt;P&gt;Values exposed by these icons for your property when you enumerate them:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;left&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;center&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;right&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you want to see an example in-context, &lt;A href="https://github.com/dm-p/powerbi-visuals-smlc/blob/master/capabilities.json#L167" target="_self"&gt;here's a direct link&lt;/A&gt; to one of my visual's capabilities with it in there.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 19:57:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Text-Alignment-Formatting-Option/m-p/1246203#M24904</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-07-23T19:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Text Alignment Formatting Option</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Text-Alignment-Formatting-Option/m-p/1251963#M24927</link>
      <description>Wow, it's really that simple &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks.</description>
      <pubDate>Mon, 27 Jul 2020 07:43:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Text-Alignment-Formatting-Option/m-p/1251963#M24927</guid>
      <dc:creator>WouterBo</dc:creator>
      <dc:date>2020-07-27T07:43:29Z</dc:date>
    </item>
  </channel>
</rss>

