38 references to SetBehaviorStyle
System.Web.Mobile (38)
UI\MobileControls\Design\FormDesigner.cs (6)
165SetBehaviorStyle("backgroundImage", 167SetBehaviorStyle( 190SetBehaviorStyle("marginTop", ValidContainment ? "5px" : "3px"); 191SetBehaviorStyle("marginBottom", ValidContainment ? "5px" : "3px"); 192SetBehaviorStyle("marginRight", ValidContainment ? "30%" : "5px"); 210SetBehaviorStyle("borderStyle", "solid");
UI\MobileControls\Design\MobileContainerDesigner.cs (24)
171SetBehaviorStyle("backgroundColor", ColorTranslator.ToHtml(backColor)); 176SetBehaviorStyle("color", ColorTranslator.ToHtml(foreColor)); 187SetBehaviorStyle("fontWeight", bold? "bold" : "normal"); 188SetBehaviorStyle("fontStyle", italic? "italic" : "normal"); 192SetBehaviorStyle("fontSize", "medium"); 196SetBehaviorStyle("fontSize", "x-small"); 203SetBehaviorStyle("fontFamily", fontName); 210SetBehaviorStyle("textAlign", 617SetBehaviorStyle("borderWidth", "1px"); 618SetBehaviorStyle("borderColor", ColorTranslator.ToHtml(SystemColors.ControlDark)); 621SetBehaviorStyle("paddingTop", "8px"); 622SetBehaviorStyle("paddingBottom", "8px"); 623SetBehaviorStyle("paddingRight", "4px"); 624SetBehaviorStyle("paddingLeft", "5px"); 625SetBehaviorStyle("marginTop", "3px"); 626SetBehaviorStyle("marginBottom", "3px"); 627SetBehaviorStyle("marginRight", "5px"); 628SetBehaviorStyle("marginLeft", "5px"); 631SetBehaviorStyle("backgroundRepeat", "no-repeat"); 632SetBehaviorStyle("backgroundAttachment", "fixed"); 633SetBehaviorStyle("backgroundPositionX", "left"); 634SetBehaviorStyle("backgroundPositionY", "top"); 637SetBehaviorStyle("height", GetDefaultSize().Height); 638SetBehaviorStyle("width", GetDefaultSize().Width);
UI\MobileControls\Design\PanelDesigner.cs (8)
125SetBehaviorStyle("paddingTop", 8); 139SetBehaviorStyle("backgroundImage", 141SetBehaviorStyle( 166SetBehaviorStyle("marginRight", 169SetBehaviorStyle("marginTop", ValidContainment? "3px" : "5px"); 170SetBehaviorStyle("marginBottom", ValidContainment? "3px" : "5px"); 171SetBehaviorStyle("width", ValidContainment? "100%" : GetDefaultSize().Width.ToString(CultureInfo.InvariantCulture) + "px"); 179SetBehaviorStyle("borderStyle", "dotted");