using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
namespace IStation.Model.Bimface
{
///
/// Bimface文件外观
///
public class FileAppearance
{
///
/// 背景颜色
///
public BackgroundDisplayColor BackgroundColor { get; set; }
///
/// 背景图片
///
public string BackgroundImage { get; set; }
}
}