Searched defs:SymbolAvoidEdges (Results 1 – 1 of 1) sorted by relevance
25 struct SymbolAvoidEdges : LayoutProperty<bool> { struct26 static constexpr const char * key = "symbol-avoid-edges";27 static bool defaultValue() { return false; } in defaultValue()