参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
静态 Public 成员函数 | 所有成员列表
FineUI.StyleUtil类 参考

样式帮助类 更多...

静态 Public 成员函数

static string GetSingleStyleFormCSS (string css, string styleName)
 提取样式字符串 更多...
 
static string GetBackgroundStyle (string selector, string imageUrl)
 获取背景图片样式 更多...
 
static string GetNoRepeatBackgroundStyle (string selector, string imageUrl)
 获取背景图片样式(no-repeat) 更多...
 

详细描述

样式帮助类

成员函数说明

static string FineUI.StyleUtil.GetBackgroundStyle ( string  selector,
string  imageUrl 
)
static

获取背景图片样式

参数
selector选择符
imageUrl图片地址
返回
CSS样式
static string FineUI.StyleUtil.GetNoRepeatBackgroundStyle ( string  selector,
string  imageUrl 
)
static

获取背景图片样式(no-repeat)

参数
selector选择符
imageUrl图片地址
返回
CSS样式
static string FineUI.StyleUtil.GetSingleStyleFormCSS ( string  css,
string  styleName 
)
static

提取样式字符串

参数
cssCSS字符串
styleName样式名称
返回
样式字符串

该类的文档由以下文件生成: