Struct elmesque::element::Properties
[−]
[src]
pub struct Properties {
pub id: Guid,
pub width: i32,
pub height: i32,
pub opacity: f32,
pub color: Option<Color>,
}An Element's Properties.
Fields
id | |
width | |
height | |
opacity | |
color |