Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
The ellipse area of UltraOptionSet has different size in MediumFont mode
posted

Hello,

I updated infragistic version from 2014.2 to 2016.2 and my UltraOptionSet control looks differently in Medium Font mode.

I set the fallowing properties for Control Area:

    <style role="ControlArea">
          <states>
            <state name="Normal" backColor="White"  borderColor="237, 237, 237" backGradientStyle="None" borderColor3DBase="Transparent" themedElementAlpha="Transparent" backHatchStyle="None" />
          </states>
        </style>
The ellipse area of UltraOptionSet is bigger in medium font mode but before update the ellipse are size was the same in normal and medium font. 
Now it is looking in medium font like this:

When I used 2014.2 version the ellipse area was looking like this:


How can I left the size of ellipse area the same in medium and normal font?

Thank you!
Roman
Parents
No Data
Reply
  • 5118
    posted

    Hi Roman,

    I understand what it means for medium and normal font for css but how are you applying those terms to the Windows Forms platform?  Are you using custom glyphs?  Are you changing the DPI Scaling of the machine when you refer to medium font mode?  What steps are you doing to change font modes? 

    I created a sample that loads an isl with the above settings and has appropriate rendering of the glyph for the option filling in the whole circle and not a small circle filled in towards the top.  Can you reproduce what you are seeing with this sample?  What are the steps you performed to reproduce what you are seeing using this sample? 

    OptionSetAndMediumFontMode.zip
Children