Tizen edc:- purpose of “fixed: 1 1”

Tizen edc:- purpose of “fixed: 1 1”

BY 12 Jul 2019 Native Application Development

What’s purpose to use “fixed: 1 1;” in part’s description?

 

For example:

part
         {
            name: “abc”;
            type: TEXTBLOCK;
            description
            {
               state: “default” 0.0;
               fixed: 1 1;                  //     What’s the purpose?          

               rel1.relative: 0.5 1.0;
               rel2.relative: 0.5 1.0;

               text.align: 0.5 0.5;
            }

Written by